DynamicImageInstance.CreateExceptionImage Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected Function CreateExceptionImage ( _
exception As Exception _
) As MemoryStream
'Usage
Dim exception As Exception
Dim returnValue As MemoryStream
returnValue = Me.CreateExceptionImage(exception)
protected MemoryStream CreateExceptionImage(
Exception exception
)
protected:
MemoryStream^ CreateExceptionImage(
Exception^ exception
)
member CreateExceptionImage :
exception:Exception -> MemoryStream
protected function CreateExceptionImage(
exception : Exception
) : MemoryStream
Parameters
- exception
Type: System.Exception
Return Value
Type: System.IO.MemoryStream