ReportServerException Constructor (SerializationInfo, StreamingContext)
This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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 ReportServerException(info, context)
protected ReportServerException (
SerializationInfo info,
StreamingContext context
)
protected:
ReportServerException (
SerializationInfo^ info,
StreamingContext context
)
protected ReportServerException (
SerializationInfo info,
StreamingContext context
)
protected function ReportServerException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
- context
See Also
Reference
ReportServerException Class
ReportServerException Members
Microsoft.Reporting.WebForms Namespace