DynamicImageInstance.CreateExceptionImage 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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

参数

返回值

类型:System.IO.MemoryStream