ExceptionLoggerLogException Method |
doogal.co.uk Home
writes exception details to the registered loggers
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public void LogException(
Exception exception
)
Public Sub LogException (
exception As Exception
)
public:
void LogException(
Exception^ exception
)
member LogException :
exception : Exception -> unit
Parameters
- exception
- Type: SystemException
The exception to log.
See Also