Share via


ReportErrorEventArgs.Exception Property

 

Returns an Exception object containing information about the report error.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get();
}
member Exception : Exception with get
Public ReadOnly Property Exception As Exception

Property Value

Type: System.Exception

An Exception object containing information about the report error.

See Also

ReportErrorEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top