C# Класс Dynamitey.DynamicObjects.LateType.MissingTypeException

Exception When The Late Type can not be found to bind.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the MissingTypeException class.

MissingTypeException ( string message, Exception innerException ) : System

Initializes a new instance of the MissingTypeException class.

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

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

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

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

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