Class SystemActivityMonitor.LowLevelErrorEventArgs
Defines the event argument of OnError.
Inherited Members
Namespace: CK.Core
Assembly: CK.ActivityMonitor.dll
Syntax
public sealed class LowLevelErrorEventArgs : EventArgs
Fields
| Improve this Doc View SourceErrorMessage
The error message. Never null nor empty.
Declaration
public readonly string ErrorMessage
Field Value
| Type | Description |
|---|---|
| String |
ErrorWhileWritingLogFile
Exception raised while attempting to create the error file. This could be used to handle configuration error: an exception here means that something is going really wrong.
Declaration
public readonly Exception ErrorWhileWritingLogFile
Field Value
| Type | Description |
|---|---|
| Exception |
FullLogFilePath
Not null if the ErrorMessage has been successfully written (if RootLogPath is set). Contains the full path of the log file.
Declaration
public readonly string FullLogFilePath
Field Value
| Type | Description |
|---|---|
| String |