Freigeben über


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
    Get
'Usage
Dim instance As ReportErrorEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

Eigenschaftswert

Typ: System.Exception
Ein Exception-Objekt zurück, das Informationen zum Berichtsfehler enthält.

Siehe auch

Verweis

ReportErrorEventArgs Klasse

Microsoft.Reporting.WebForms-Namespace