C# Класс FP.Validation.ValidationException

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

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

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

Initializes a new instance of the ValidationException class.

ValidationException ( Exception innerException ) : System

Initializes a new instance of the ValidationException class.

ValidationException ( string message, ArgumentException innerExceptions ) : System

Initializes a new instance of the ValidationException class.

ValidationException ( string message, Exception innerException ) : System

Initializes a new instance of the ValidationException class.

Защищенные методы

Метод Описание
ValidationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ValidationException class.

Приватные методы

Метод Описание
AggregateException ( ArgumentException exceptions ) : ArgumentException

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

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

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

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

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

ValidationException() защищенный Метод

Initializes a new instance of the ValidationException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected ValidationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System

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

Initializes a new instance of the ValidationException class.
public ValidationException ( string message, ArgumentException innerExceptions ) : System
message string The message.
innerExceptions System.ArgumentException The inner exception.
Результат System

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

Initializes a new instance of the ValidationException class.
public ValidationException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System