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