C# 클래스 Yea.Funq.ResolutionException

상속: System.Exception
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

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

메소드 상세

ResolutionException() 공개 메소드

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

ResolutionException() 공개 메소드

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
리턴 System

ResolutionException() 공개 메소드

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