Click or drag to resize
Galactic API

StoredProcedureLogException 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
public virtual bool LogException(
	Exception e
)

Parameters

e
Type: SystemException
The exception to log.

Return Value

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

Implements

IExceptionLoggerLogException(Exception)
See Also