Partilhar via


Propriedade RenderingCompleteEventArgs.Exception

Contains an Exception object if an exception has occurred.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Exception
An Exception object if an exception has occurred during report rendering, or nulluma referência nula (Nothing no Visual Basic) if no exception has occurred.

Consulte também

Referência

RenderingCompleteEventArgs Classe

Namespace Microsoft.Reporting.WinForms