C# Класс Hawkeye.ComponentModel.ServiceNotFoundException

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

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

Метод Описание
ServiceNotFoundException ( ) : System

Initializes a new instance of the ServiceNotFoundException class.

ServiceNotFoundException ( Type type ) : System

Initializes a new instance of the ServiceNotFoundException{T} class.

ServiceNotFoundException ( Type type, Exception innerException ) : System

Initializes a new instance of the ServiceNotFoundException{T} class.

ServiceNotFoundException ( Type type, string message ) : System

Initializes a new instance of the ServiceNotFoundException{T} class.

ServiceNotFoundException ( Type type, string message, Exception innerException ) : System

Initializes a new instance of the ServiceNotFoundException{T} class.

ServiceNotFoundException ( string message ) : System

Initializes a new instance of the ServiceNotFoundException class.

ServiceNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the ServiceNotFoundException class.

Защищенные методы

Метод Описание
ServiceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ServiceNotFoundException class.

Приватные методы

Метод Описание
BuildMessage ( Type type ) : string
BuildMessage ( Type type, string message ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException class.
public ServiceNotFoundException ( ) : System
Результат System

ServiceNotFoundException() защищенный Метод

Initializes a new instance of the ServiceNotFoundException class.
The parameter is null. The class name is null or is zero (0).
protected ServiceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException{T} class.
public ServiceNotFoundException ( Type type ) : System
type System.Type The type of the service that couldn't be found.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException{T} class.
public ServiceNotFoundException ( Type type, Exception innerException ) : System
type System.Type The type of the service that couldn't be found.
innerException System.Exception The inner exception.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException{T} class.
public ServiceNotFoundException ( Type type, string message ) : System
type System.Type The type of the service that couldn't be found.
message string The message.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException{T} class.
public ServiceNotFoundException ( Type type, string message, Exception innerException ) : System
type System.Type The type of the service that couldn't be found.
message string The message.
innerException System.Exception The inner exception.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException class.
public ServiceNotFoundException ( string message ) : System
message string The message.
Результат System

ServiceNotFoundException() публичный Метод

Initializes a new instance of the ServiceNotFoundException class.
public ServiceNotFoundException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System