C# 클래스 Griffin.Container.FailureReasons

Failed to resolve a type
파일 보기 프로젝트 열기: jgauffin/Griffin.Container 1 사용 예제들

공개 메소드들

메소드 설명
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