Freigeben über


DynamicImageInstance.CreateExceptionImage-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Creates memory stream that represents the bitmap image of the specified exception.

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

Parameter

  • exception
    Typ: System.Exception
    The object used to create the exception image.

Rückgabewert

Typ: System.IO.MemoryStream
A memory stream that represents exception image.

Siehe auch

Verweis

DynamicImageInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace