| IExceptionLoggerLogException Method |
Logs an exception to the event log.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax bool LogException(
Exception e
)
Function LogException (
e As Exception
) As Boolean
bool LogException(
Exception^ e
)
abstract LogException :
e : Exception -> bool
Parameters
- e
- Type: SystemException
The exception to log.
Return Value
Type:
BooleanTrue if the exception was logged successfully. False otherwise.
See Also