Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportEventArgs Class / Exception Field

In This Topic
    Exception Field
    In This Topic
    Exception that caused the error.
    Syntax
    'Declaration
     
    Public ReadOnly Exception As Exception
    public readonly Exception Exception
    Remarks
    This property is only used with the ReportError event.
    See Also