Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartImageHttpHandler Class / RenderErrorImage Method
An System.Exception object


In This Topic
    RenderErrorImage Method
    In This Topic
    Render error image to reponse stream of the current HttpContext.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RenderErrorImage( _
       ByVal ex As Exception, _
       ByVal context As HttpContext _
    ) 
    'Usage
     
    
    Dim instance As ChartImageHttpHandler
    Dim ex As Exception
    Dim context As HttpContext
     
    instance.RenderErrorImage(ex, context)
    protected virtual void RenderErrorImage( 
       Exception ex,
       HttpContext context
    )

    Parameters

    ex
    An System.Exception object
    context
    See Also