Compartir a través de


CreateExceptionImage Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Valor devuelto

Tipo: System.IO. . :: . .MemoryStream