예제 #1
0
 internal ParseException(ParseErrorResponse resp)
     : base(resp.error)
 {
 }
예제 #2
0
 internal ParseException(int httpStatus, ParseErrorResponse resp)
     : base(resp.error)
 {
     this.ParseCode = resp.code;
     this.HttpCode = httpStatus;
 }
예제 #3
0
 internal ParseException(ParseErrorResponse resp)
     : base(resp.error)
 {
 }