C# Class com.openrest.v1_1.OpenrestException

Inheritance: System.ApplicationException
ファイルを表示 Open project: wix/openrest4net

Public Methods

Method Description
OpenrestException ( string error, string errorMessage ) : System
OpenrestException ( string error, string errorMessage, Exception cause ) : System

Method Details

OpenrestException() public method

public OpenrestException ( string error, string errorMessage ) : System
error string
errorMessage string
return System

OpenrestException() public method

public OpenrestException ( string error, string errorMessage, Exception cause ) : System
error string
errorMessage string
cause System.Exception
return System