dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDependencyErrorEventArgs Class / Exception Property

On this page
    Exception Property (PgSqlDependencyErrorEventArgs)
    On this page
    Returns the exception that occurred in the waiting process.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}

    Property Value

    The exception that occurred in the waiting process.
    See Also