dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ConnectionLostEventArgs Class / Cause Property

In This Topic
    Cause Property
    In This Topic
    The reason of the connection loss.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cause As ConnectionLostCause
    public ConnectionLostCause Cause {get;}
    See Also