C# Class com.openrest.v1_1.OpenrestException

Inheritance: System.ApplicationException
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Méthode Description
OpenrestException ( string error, string errorMessage ) : System
OpenrestException ( string error, string errorMessage, Exception cause ) : System

Method Details

OpenrestException() public méthode

public OpenrestException ( string error, string errorMessage ) : System
error string
errorMessage string
Résultat System

OpenrestException() public méthode

public OpenrestException ( string error, string errorMessage, Exception cause ) : System
error string
errorMessage string
cause System.Exception
Résultat System