Compartir a través de


DynamicImageInstance.CreateExceptionImage Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected Function CreateExceptionImage ( _
    exception As Exception _
) As MemoryStream
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

DynamicImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering