Konstruktor ReportViewerException — (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 ReportViewerException class with error message and inner exception.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Protected Sub New ( _
message As String, _
innerException As Exception _
)
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
)
Parametry
- message
Typ: String
The message that describes the error.
- innerException
Typ: Exception
The inner exception that is the cause of the current exception.