C# 클래스 rosette_api.RosetteException

상속: System.Exception
파일 보기 프로젝트 열기: rosette-api/csharp 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void

GetObjectData override

RosetteException ( string message = null, int code, string requestid = null, string file = null, string line = null ) : System

RosetteException

RosetteException: Custom exception to describe an exception from the Rosette API.

메소드 상세

GetObjectData() 공개 메소드

GetObjectData override
public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

RosetteException() 공개 메소드

RosetteException

RosetteException: Custom exception to describe an exception from the Rosette API.

public RosetteException ( string message = null, int code, string requestid = null, string file = null, string line = null ) : System
message string (string, optional): Message describing exception details
code int (int, optional): Code number of the exception
requestid string (string, optional): RequestID if there is one
file string (string, optional): Filename if in file
line string (string, optional): Line if in file
리턴 System