ReportErrorEventArgs.Exception-Eigenschaft
Gibt ein Exception-Objekt zurück, das Informationen zum Berichtsfehler enthält.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception
Eigenschaftswert
Typ: Exception
Ein Exception-Objekt zurück, das Informationen zum Berichtsfehler enthält.