Click or drag to resize
Galactic API

SqlUtilityLogException Method

Logs an exception to the event log.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected virtual bool LogException(
	Exception e,
	EventLog log
)

Parameters

e
Type: SystemException
The exception to log.
log
Type: Galactic.EventLogEventLog
The event log to log the execption to.

Return Value

Type: Boolean
True if the exception was logged successfully. False otherwise.
See Also