C# Класс Castle.MicroKernel.ComponentNotFoundException

Наследование: ComponentResolutionException
Показать файл Открыть проект

Открытые методы

Метод Описание
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