Proprietà ReportErrorEventArgs.Exception
Restituisce un oggetto Exception contenente le informazioni sull'errore del rapporto.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: Exception
Oggetto Exception contenente le informazioni sull'errore del rapporto.