[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ChartImageHttpHandler.RenderErrorImage

RenderErrorImage Method

RenderErrorImage(Exception, HttpContext)

Render error image to reponse stream of the current HttpContext.

Declaration
protected virtual void RenderErrorImage(Exception ex, HttpContext context)
Protected Overridable Sub RenderErrorImage(ex As Exception, context As HttpContext)
Parameters
Type Name Description
Exception ex

An Exception object

HttpContext context