Click or drag to resize
ExceptionLoggerLogException Method
doogal.co.uk Home



writes exception details to the registered loggers

Namespace: Utilities
Assembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public void LogException(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception to log.
See Also