C# Класс CK.Core.CriticalErrorCollector.Error

Encapsulates error information CriticalErrorCollector.Added by external code or raised by a CriticalErrorCollector.OnErrorFromBackgroundThreads event itself.
Показать файл Открыть проект

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

Свойство Тип Описание
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