ReportRenderingException-Konstruktor (SerializationInfo, StreamingContext)
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Creates a new instance of the ReportRenderingException class with serialized data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
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
)
Parameter
- info
Typ: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized information about the exception.
- context
Typ: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
Siehe auch
Verweis
ReportRenderingException Klasse
ReportRenderingException-Überladung
Microsoft.ReportingServices.OnDemandReportRendering-Namespace