ReportServerException-Konstruktor (String, String, Exception)
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Initialisiert eine neue Instanz der ReportServerException-Klasse.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Protected Sub New ( _
message As String, _
errorCode As String, _
innerException As Exception _
)
protected ReportServerException(
string message,
string errorCode,
Exception innerException
)
protected:
ReportServerException(
String^ message,
String^ errorCode,
Exception^ innerException
)
new :
message:string *
errorCode:string *
innerException:Exception -> ReportServerException
protected function ReportServerException(
message : String,
errorCode : String,
innerException : Exception
)
Parameter
- message
Typ: String
Die Meldung, in der der Fehler beschrieben wird.
- errorCode
Typ: String
Der Fehlercode für die Ausnahme.
- innerException
Typ: Exception
Die innere Ausnahme, die die aktuelle Ausnahme verursacht hat, oder nullein Nullverweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.