Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized information about the exception.
- context
Type: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
See Also
Reference
ReportRenderingException Class
ReportRenderingException Overload
Microsoft.ReportingServices.OnDemandReportRendering Namespace