| MongoDBUtilityLogException Method |
Logs an exception to the event log.
Namespace:
Galactic.NoSql.MongoDB
Assembly:
Galactic.NoSql.MongoDB (in Galactic.NoSql.MongoDB.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected override bool LogException(
Exception e,
EventLog log
)
Protected Overrides Function LogException (
e As Exception,
log As EventLog
) As Boolean
protected:
virtual bool LogException(
Exception^ e,
EventLog^ log
) override
abstract LogException :
e : Exception *
log : EventLog -> bool
override LogException :
e : Exception *
log : EventLog -> bool
Parameters
- e
- Type: SystemException
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