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

In This Topic
    Exception Property (PgSqlAlerterErrorEventArgs)
    In This Topic
    Gets the exception happened during listening.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}

    Property Value

    The exception happened during listening.
    See Also