Share via


ReportViewerException Constructor (String, Exception)

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

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

Parameters

  • message
  • innerException

See Also

Reference

ReportViewerException Class
ReportViewerException Members
Microsoft.Reporting.WebForms Namespace