Share via


ReportViewerException Constructor (String)

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

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 ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ReportViewerException(message)
protected ReportViewerException (
    string message
)
protected:
ReportViewerException (
    String^ message
)
protected ReportViewerException (
    String message
)
protected function ReportViewerException (
    message : String
)

Parameters

  • message

See Also

Reference

ReportViewerException Class
ReportViewerException Members
Microsoft.Reporting.WebForms Namespace