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

On this page
    Exception Property (DB2ConnectionErrorEventArgs)
    On this page
    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