C# 클래스 com.openrest.v1_1.OpenrestException

상속: System.ApplicationException
파일 보기 프로젝트 열기: wix/openrest4net

공개 메소드들

메소드 설명
OpenrestException ( string error, string errorMessage ) : System
OpenrestException ( string error, string errorMessage, Exception cause ) : System

메소드 상세

OpenrestException() 공개 메소드

public OpenrestException ( string error, string errorMessage ) : System
error string
errorMessage string
리턴 System

OpenrestException() 공개 메소드

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