dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (DB2ConnectionErrorEventArgs)
    In This Topic
    Gets the exception that caused the connection error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}

    Property Value

    The exception that caused the connection error.
    See Also