C# Класс BetterCms.Core.Exceptions.Mvc.ConfirmationRequestException

Наследование: CmsException
Показать файл Открыть проект

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

Метод Описание
ConfirmationRequestException ( ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System

Initializes a new instance of the ConfirmationRequestException class.

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

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

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( ) : System
Результат System

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

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
Результат System

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

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
innerException System.Exception The inner exception.
Результат System