Share via


ReportViewerException 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 ReportViewerException(info, context)
protected ReportViewerException (
    SerializationInfo info,
    StreamingContext context
)
protected:
ReportViewerException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected ReportViewerException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ReportViewerException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
  • context

See Also

Reference

ReportViewerException Class
ReportViewerException Members
Microsoft.Reporting.WebForms Namespace