C# Класс CK.Core.SystemActivityMonitor.LowLevelErrorEventArgs

Defines the event argument of SystemActivityMonitor.OnError.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ErrorMessage string
ErrorWhileWritingLogFile System.Exception
FullLogFilePath string

Приватные методы

Метод Описание
LowLevelErrorEventArgs ( string errorMessage, string fullLogFilePath, Exception writeError ) : System

Описание свойств

ErrorMessage публичное свойство

The error message. Never null nor empty.
public string ErrorMessage
Результат 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.
public Exception,System ErrorWhileWritingLogFile
Результат System.Exception

FullLogFilePath публичное свойство

Not null if the ErrorMessage has been successfully written (if SystemActivityMonitor.RootLogPath is set). Contains the full path of the log file.
public string FullLogFilePath
Результат string