C# Class Castle.MicroKernel.KernelException

Inheritance: System.Exception
显示文件 Open project: castleproject/Windsor

Public Methods

Method Description
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.

Method Details

KernelException() public method

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.
return System

KernelException() public method

Initializes a new instance of the KernelException class.
public KernelException ( string message ) : System
message string The message.
return System

KernelException() public method

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.
return System