Logs the specified error.
Namespace:
UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| C# |
|---|
public override void LogError( string error ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub LogError ( _ error As String _ ) |
| Visual C++ |
|---|
public: virtual void LogError( String^ error ) override |
Parameters
- error
- Type: System..::.String
The error to log.