Spread for ASP.NET 8.0 Product Documentation
RenderErrorImage Method


An System.Exception object
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ChartImageHttpHandler Class
ChartImageHttpHandler Members

 

 


Copyright © GrapeCity, inc. All rights reserved.