Castle.MicroKernel.KernelException.KernelException C# (CSharp) Method

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
		public KernelException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
			ExceptionHelper.SetUp(this);
		}
#endif

Same methods

KernelException::KernelException ( string message ) : System
KernelException::KernelException ( string message, Exception innerException ) : System
KernelException