C# 클래스 Catel.IoC.TypeNotRegisteredException

Exception class in case an requested type from IServiceLocator is not registered.
상속: System.Exception
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
TypeNotRegisteredException ( Type requestedType, string message ) : System

Initializes a new instance of the TypeNotRegisteredException class.

메소드 상세

TypeNotRegisteredException() 공개 메소드

Initializes a new instance of the TypeNotRegisteredException class.
public TypeNotRegisteredException ( Type requestedType, string message ) : System
requestedType System.Type The requested type.
message string The message.
리턴 System