OracleAlerterErrorEventArgs Constructor
In This Topic
Initializes a new instance of the
OracleAlerterAlertEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Exception _
)
public OracleAlerterErrorEventArgs(
Exception
)
Parameters
- exception
- The exception that represents the error.
See Also