次の方法で共有


DynamicImageInstance.CreateExceptionImage メソッド

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

指定された exception のビットマップ画像を表すメモリ ストリームを作成します。

名前空間:  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

パラメーター

  • exception
    型: System.Exception
    例外画像を作成するために使用されるオブジェクト。

戻り値

型: System.IO.MemoryStream
例外画像を表すメモリ ストリーム。

関連項目

参照

DynamicImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間