C# 클래스 ArenaNet.Sprout.IoC.InvalidContextStateException

An exception that is thrown when methods are invoked on the Context but the methods expect a certain state.
상속: ContextException
파일 보기 프로젝트 열기: arenanet/sprout-ioc

공개 메소드들

메소드 설명
InvalidContextStateException ( ContextState expectedState, ContextState currentState ) : System

메소드 상세

InvalidContextStateException() 공개 메소드

public InvalidContextStateException ( ContextState expectedState, ContextState currentState ) : System
expectedState ContextState
currentState ContextState
리턴 System