C# Class Castle.MicroKernel.ComponentNotFoundException

Inheritance: ComponentResolutionException
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
BuildMessage ( string name, Type service, int countOfHandlersForTheService ) : string

Method Details

ComponentNotFoundException() public méthode

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.
Résultat System

ComponentNotFoundException() public méthode

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( Type service ) : System
service System.Type The service.
Résultat System

ComponentNotFoundException() public méthode

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

ComponentNotFoundException() public méthode

public ComponentNotFoundException ( string name, Type service, int countOfHandlersForTheService ) : System
name string
service System.Type
countOfHandlersForTheService int
Résultat System

ComponentNotFoundException() public méthode

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