Método DynamicImageInstance.CreateExceptionImage
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Creates memory stream that represents the bitmap image of the specified exception.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.IO.MemoryStream
A memory stream that represents exception image.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering