OracleAlerterErrorEventArgs Constructor
On this page
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