RenderingCompleteEventArgs.Exception-Eigenschaft
Enthält ein Exception-Objekt, falls eine Ausnahme aufgetreten ist.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As RenderingCompleteEventArgs
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, falls während des Berichtsrenderings eine Ausnahme aufgetreten ist, oder nullein NULL-Verweis (Nothing in Visual Basic), falls keine Ausnahme aufgetreten ist.