Partager via


Méthode CreateExceptionImage

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Function CreateExceptionImage ( _
    exception As Exception _
) As MemoryStream
'Utilisation
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

Paramètres

Valeur de retour

Type : System.IO. . :: . .MemoryStream