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 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