C# Class ArenaNet.Sprout.IoC.InvalidContextStateException

An exception that is thrown when methods are invoked on the Context but the methods expect a certain state.
Inheritance: ContextException
Show file Open project: arenanet/sprout-ioc

Public Methods

Method Description
InvalidContextStateException ( ContextState expectedState, ContextState currentState ) : System

Method Details

InvalidContextStateException() public method

public InvalidContextStateException ( ContextState expectedState, ContextState currentState ) : System
expectedState ContextState
currentState ContextState
return System