ReportRenderingException Constructor (SerializationInfo, StreamingContext)

This API supports the infrastructure and is not intended to be used directly from your code.

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
)