C# Класс FP.Core.RefValidationException

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

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

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

Initializes a new instance of the RefValidationException class.

RefValidationException ( Exception innerException ) : System

Initializes a new instance of the RefValidationException class.

RefValidationException ( string message ) : System

Initializes a new instance of the RefValidationException class.

RefValidationException ( string message, Exception innerException ) : System

Initializes a new instance of the RefValidationException class.

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

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

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

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

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

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

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

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

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