ReportRenderingException Constructor (SerializationInfo, StreamingContext)

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

See Also

Reference

ReportRenderingException Class

ReportRenderingException Overload

Microsoft.ReportingServices.OnDemandReportRendering Namespace