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

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

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

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

Initializes a new instance of the ValidationException class.

ValidationException ( Func resource, string message ) : System

Initializes a new instance of the ValidationException class.

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

Initializes a new instance of the ValidationException class.

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

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

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

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

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

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

Initializes a new instance of the ValidationException class.
public ValidationException ( 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