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