C# Class hessiancsharp.io.CHessianException

Exception for faults when the fault doesn't return a standard exception.
Inheritance: System.Exception
ファイルを表示 Open project: timfel/csharp-hessian Class Usage Examples

Public Methods

Method Description
CHessianException ( string strMessage ) : System

Constructor

CHessianException ( string strMessage, Exception e ) : System

Method Details

CHessianException() public method

Constructor
public CHessianException ( string strMessage ) : System
strMessage string Exception-Message
return System

CHessianException() public method

public CHessianException ( string strMessage, Exception e ) : System
strMessage string
e System.Exception
return System