Konstruktor ReportServerException — (String, String, Exception)
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Initializes a new instance of the ReportServerException class.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
)
Parametry
- message
Typ: String
The message that describes the error.
- errorCode
Typ: String
The error code for the exception.
- innerException
Typ: Exception
The inner exception that is the cause of the current exception, or nullodwołanie o wartości null (Nothing w języku Visual Basic) if no inner exception is given.