Propriedade ReportErrorEventArgs.Exception
Returns an Exception object containing information about the report error.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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 containing information about the report error.