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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also