ComponentOne AutoComplete for ASP.NET Web Forms
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 System.Exception
    public readonly System.Exception Exception
    Remarks
    This property is only used with the ReportError event.
    See Also