C# Класс Castle.Components.Validator.ValidationInternalError

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

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

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

Initializes a new instance of the ValidationInternalError class.

ValidationInternalError ( string message ) : System

Initializes a new instance of the ValidationInternalError class.

ValidationInternalError ( string message, Exception innerException ) : System

Initializes a new instance of the ValidationInternalError class.

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

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

Initializes a new instance of the ValidationInternalError class.
public ValidationInternalError ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат System

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

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

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

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