Właściwość RenderingCompleteEventArgs.Exception —
Contains an Exception object if an exception has occurred.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
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
Wartość właściwości
Typ: Exception
An Exception object if an exception has occurred during report rendering, or nullodwołanie o wartości null (Nothing w języku Visual Basic) if no exception has occurred.