Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an Exception object containing information about the report error.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace