Share via


ReportErrorEventArgs.Exception Property

Returns an Exception object containing information about the report error.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As ReportErrorEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
/** @property */
public Exception get_Exception ()
public function get Exception () : Exception

Property Value

An Exception object containing information about the report error.

See Also

Reference

ReportErrorEventArgs Class
ReportErrorEventArgs Members
Microsoft.Reporting.WebForms Namespace