ReportViewerException-Konstruktor (String, Exception)

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Dieser Konstruktor unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code vorgesehen.

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
)
new : 
        message:string * 
        innerException:Exception -> ReportViewerException
protected function ReportViewerException(
    message : String, 
    innerException : Exception
)

Parameter

Siehe auch

Verweis

ReportViewerException Klasse

ReportViewerException-Überladung

Microsoft.Reporting.WebForms-Namespace