dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerterAlertEventArgs Class / OracleAlerterAlertEventArgs Constructor
The name of the alert.
The contents of the alert.

In This Topic
    OracleAlerterAlertEventArgs Constructor
    In This Topic
    Initializes a new instance of the OracleAlerterAlertEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal alertName As String, _
       ByVal alertMessage As String _
    )
    public OracleAlerterAlertEventArgs( 
       string alertName,
       string alertMessage
    )

    Parameters

    alertName
    The name of the alert.
    alertMessage
    The contents of the alert.
    See Also