此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Creates a new instance of the ReportRenderingException class with serialized data.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
用法
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ReportRenderingException(info, context)
protected ReportRenderingException(
SerializationInfo info,
StreamingContext context
)
protected:
ReportRenderingException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ReportRenderingException
protected function ReportRenderingException(
info : SerializationInfo,
context : StreamingContext
)
参数
- info
类型:System.Runtime.Serialization.SerializationInfo
The object that contains the serialized information about the exception.
- context
类型:System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.