C# Class hessiancsharp.io.CHessianException

Exception for faults when the fault doesn't return a standard exception.
Inheritance: System.Exception
Afficher le fichier Open project: timfel/csharp-hessian Class Usage Examples

Méthodes publiques

Méthode Description
CHessianException ( string strMessage ) : System

Constructor

CHessianException ( string strMessage, Exception e ) : System

Method Details

CHessianException() public méthode

Constructor
public CHessianException ( string strMessage ) : System
strMessage string Exception-Message
Résultat System

CHessianException() public méthode

public CHessianException ( string strMessage, Exception e ) : System
strMessage string
e System.Exception
Résultat System