Spread for ASP.NET 7.0 Product Documentation
RenderErrorImage Method
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > ChartImageHttpHandler Class : RenderErrorImage Method


ex
An System.Exception object
context

Glossary Item Box

Render error image to reponse stream of the current HttpContext.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub RenderErrorImage( _
   ByVal ex As Exception, _
   ByVal context As HttpContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartImageHttpHandler
Dim ex As Exception
Dim context As HttpContext
 
instance.RenderErrorImage(ex, context)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.