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

Failed to resolve a type
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( ConstructorFailedReason reason ) : void

A constructor which failed.

FailureReasons ( Type type ) : System

Initializes a new instance of the FailureReasons class.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

A constructor which failed.
public Add ( ConstructorFailedReason reason ) : void
reason ConstructorFailedReason Why the constructor failed.
Результат void

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

Initializes a new instance of the FailureReasons class.
public FailureReasons ( Type type ) : System
type System.Type The type which cannot be resolved properly.
Результат System

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

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