dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerterErrorEventArgs Class / OracleAlerterErrorEventArgs Constructor
The exception that represents the error.

In This Topic
    OracleAlerterErrorEventArgs Constructor
    In This Topic
    Initializes a new instance of the OracleAlerterAlertEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exception As Exception _
    )
    public OracleAlerterErrorEventArgs( 
       Exception exception
    )

    Parameters

    exception
    The exception that represents the error.
    See Also