Proprietà RenderingCompleteEventArgs.Exception

Contiene un oggetto Exception se si è verificata un'eccezione.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Exception As Exception
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Exception
Oggetto Exception, se si è verificata un'eccezione durante il rendering del rapporto, oppure nullriferimento Null (Nothing in Visual Basic)., se non si sono verificate eccezioni.

Vedere anche

Riferimento

RenderingCompleteEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WinForms