'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