Delen via


RenderingCompleteEventArgs.Exception Property

Contains an Exception object if an exception has occurred.

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 RenderingCompleteEventArgs
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 if an exception has occurred during report rendering, or null if no exception has occurred.

See Also

Reference

RenderingCompleteEventArgs Class
RenderingCompleteEventArgs Members
Microsoft.Reporting.WinForms Namespace