ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ErrorInfo Class / InnerException Property

In This Topic
    InnerException Property
    In This Topic
    Run-time-only read-only property returning the original exception object that caused the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property InnerException As Exception
    public Exception InnerException {get;}
    See Also