C# 클래스 CK.Core.SystemActivityMonitor.LowLevelErrorEventArgs

Defines the event argument of SystemActivityMonitor.OnError.
상속: System.EventArgs
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 프로퍼티들

프로퍼티 타입 설명
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