次の方法で共有


CreateExceptionImage メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected Function CreateExceptionImage ( _
    exception As Exception _
) As MemoryStream
'使用
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

パラメーター