C# 클래스 CK.Core.CriticalErrorCollector.Error

Encapsulates error information CriticalErrorCollector.Added by external code or raised by a CriticalErrorCollector.OnErrorFromBackgroundThreads event itself.
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 프로퍼티들

프로퍼티 타입 설명
Comment string
Exception System.Exception
LostErrorCount int
SequenceNumber int

공개 메소드들

메소드 설명
ToString ( ) : string

Overridden to return Comment and P:Exception message.

비공개 메소드들

메소드 설명
Error ( string c, Exception e, int n, int lostErrorCount ) : System

메소드 상세

ToString() 공개 메소드

Overridden to return Comment and P:Exception message.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Comment 공개적으로 프로퍼티

The origin or a description of the P:Exception. Never null but can be empty if no comment is provided while calling CriticalErrorCollector.Add.
public string Comment
리턴 string

Exception 공개적으로 프로퍼티

The exception.
public Exception,System Exception
리턴 System.Exception

LostErrorCount 공개적으로 프로퍼티

Holds the count of errors that have been discarded: too many critical errors occur in a too short time. When this field is greater than zero, this indicates a serious problem.
public int LostErrorCount
리턴 int

SequenceNumber 공개적으로 프로퍼티

Unique, increasing, sequence number.
public int SequenceNumber
리턴 int