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

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

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

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

Initializes a new instance of the KernelException class.

KernelException ( string message ) : System

Initializes a new instance of the KernelException class.

KernelException ( string message, Exception innerException ) : System

Initializes a new instance of the KernelException class.

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

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

Initializes a new instance of the KernelException class.
public KernelException ( 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

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

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

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

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