C# Class Griffin.Container.FailureReasons

Failed to resolve a type
Exibir arquivo Open project: jgauffin/Griffin.Container Class Usage Examples

Public Methods

Method Description
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.

Method Details

Add() public method

A constructor which failed.
public Add ( ConstructorFailedReason reason ) : void
reason ConstructorFailedReason Why the constructor failed.
return void

FailureReasons() public method

Initializes a new instance of the FailureReasons class.
public FailureReasons ( Type type ) : System
type System.Type The type which cannot be resolved properly.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string