Logs the specified error.

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

Syntax

C#
public abstract void LogError(
	string error
)
Visual Basic (Declaration)
Public MustOverride Sub LogError ( _
	error As String _
)
Visual C++
public:
virtual void LogError(
	String^ error
) abstract

Parameters

error
Type: System..::.String
The error to log.

See Also