C# Класс YeloDebug.Exceptions.HistoryCorruptionException

Represents errors that occur when a corruption is detected in our history pages.
Наследование: ApiException
Показать файл Открыть проект

Открытые методы

Метод Описание
HistoryCorruptionException ( ) : System
HistoryCorruptionException ( string message ) : System
HistoryCorruptionException ( string message, Exception inner ) : System

Описание методов

HistoryCorruptionException() публичный Метод

public HistoryCorruptionException ( ) : System
Результат System

HistoryCorruptionException() публичный Метод

public HistoryCorruptionException ( string message ) : System
message string
Результат System

HistoryCorruptionException() публичный Метод

public HistoryCorruptionException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System