C# 클래스 Castle.MicroKernel.ComponentNotFoundException

상속: ComponentResolutionException
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ComponentNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ComponentNotFoundException class.

ComponentNotFoundException ( Type service ) : System

Initializes a new instance of the ComponentNotFoundException class.

ComponentNotFoundException ( Type service, string message ) : System

Initializes a new instance of the ComponentNotFoundException class.

ComponentNotFoundException ( string name, Type service, int countOfHandlersForTheService ) : System
ComponentNotFoundException ( string name, string message ) : System

Initializes a new instance of the ComponentNotFoundException class.

비공개 메소드들

메소드 설명
BuildMessage ( string name, Type service, int countOfHandlersForTheService ) : string

메소드 상세

ComponentNotFoundException() 공개 메소드

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
리턴 System

ComponentNotFoundException() 공개 메소드

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( Type service ) : System
service System.Type The service.
리턴 System

ComponentNotFoundException() 공개 메소드

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( Type service, string message ) : System
service System.Type The service.
message string Exception message.
리턴 System

ComponentNotFoundException() 공개 메소드

public ComponentNotFoundException ( string name, Type service, int countOfHandlersForTheService ) : System
name string
service System.Type
countOfHandlersForTheService int
리턴 System

ComponentNotFoundException() 공개 메소드

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( string name, string message ) : System
name string The name.
message string Exception message.
리턴 System