C# Class CSKernelClient.KernelException

Inheritance: System.Exception
Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
KernelException ( ) : System
KernelException ( String module, String message ) : System
ToString ( ) : string

Protected Methods

Method Description
KernelException ( SerializationInfo info, StreamingContext context ) : System

Method Details

KernelException() public method

public KernelException ( ) : System
return System

KernelException() protected method

protected KernelException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

KernelException() public method

public KernelException ( String module, String message ) : System
module String
message String
return System

ToString() public method

public ToString ( ) : string
return string