C# Класс Griffin.Container.ConstructorFailedReason

A failed constructor and the reason.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructorFailedReason ( ConstructorInfo constructor, Type missingService ) : System

Initializes a new instance of the ConstructorFailedReason class.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

Initializes a new instance of the ConstructorFailedReason class.
public ConstructorFailedReason ( ConstructorInfo constructor, Type missingService ) : System
constructor System.Reflection.ConstructorInfo The constructor.
missingService System.Type Service which could not be located.
Результат System

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string