writes exception details to the registered loggers

Namespace:  Utilities
Assembly:  ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public void LogException(
	Exception exception
)
Visual Basic (Declaration)
Public Sub LogException ( _
	exception As Exception _
)
Visual C++
public:
void LogException(
	Exception^ exception
)

Parameters

exception
Type: System..::.Exception
The exception to log.

See Also