C# Класс Aqueduct.Configuration.InvalidTypeException

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

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

Метод Описание
InvalidTypeException ( string type ) : System

Constructs a new InvalidTypeException.

InvalidTypeException ( string type, Exception innerException ) : System

Constructs a new InvalidTypeException.

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

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

Constructs a new InvalidTypeException.
public InvalidTypeException ( string type ) : System
type string
Результат System

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

Constructs a new InvalidTypeException.
public InvalidTypeException ( string type, Exception innerException ) : System
type string
innerException System.Exception The inner exception
Результат System