C# Класс AutoLot.Dal.Exceptions.CustomRetryLimitExceededException

Наследование: AutoLot.Dal.Exceptions.CustomException
Показать файл Открыть проект

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

Метод Описание
CustomRetryLimitExceededException ( ) : System
CustomRetryLimitExceededException ( string message ) : System
CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System

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

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

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

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

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

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

public CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System
message string
innerException RetryLimitExceededException
Результат System