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

In This Topic
OracleAlert Constructor
In This Topic
Initializes a new instance of the OracleAlert class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal message As String _
)
 

Parameters

name
The name of the alert.
message
The message contents.
See Also