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
 

Property Value

The exception happened during listening.
See Also