| OracleUtilityLogException Method (OracleException, EventLog) |
Logs an Oracle exception to the event log.
Namespace:
Galactic.Sql.Oracle
Assembly:
Galactic.Sql.Oracle (in Galactic.Sql.Oracle.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected bool LogException(
OracleException e,
EventLog log
)
Protected Function LogException (
e As OracleException,
log As EventLog
) As Boolean
protected:
bool LogException(
OracleException^ e,
EventLog^ log
)
member LogException :
e : OracleException *
log : EventLog -> bool
Parameters
- e
- Type: OracleException
The exception to log. - log
- Type: Galactic.EventLogEventLog
The event log to log the execption to.
Return Value
Type:
BooleanTrue if the exception was logged successfully. False otherwise.
See Also