C# Class Yea.Funq.ResolutionException

Inheritance: System.Exception
Show file Open project: OxPatient/Rule-Engine

Public Methods

Method Description
ResolutionException ( Type missingServiceType ) : System

Initializes the exception with the service that could not be resolved.

ResolutionException ( Type missingServiceType, string missingServiceName ) : System

Initializes the exception with the service (and its name) that could not be resolved.

ResolutionException ( string message ) : System

Initializes the exception with an arbitrary message.

Method Details

ResolutionException() public method

Initializes the exception with the service that could not be resolved.
public ResolutionException ( Type missingServiceType ) : System
missingServiceType System.Type
return System

ResolutionException() public method

Initializes the exception with the service (and its name) that could not be resolved.
public ResolutionException ( Type missingServiceType, string missingServiceName ) : System
missingServiceType System.Type
missingServiceName string
return System

ResolutionException() public method

Initializes the exception with an arbitrary message.
public ResolutionException ( string message ) : System
message string
return System