Ejemplo n.º 1
0
 public ApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary <string, System.Collections.Generic.IEnumerable <string> > headers, System.Exception innerException)
     : base(message + "\n\nStatus: " + statusCode + "\nResponse: \n" + ((response == null) ? "(null)" : response.Substring(0, response.Length >= 512 ? 512 : response.Length)), innerException)
 {
     StatusCode = statusCode;
     Response   = response;
     Headers    = headers;
 }
Ejemplo n.º 2
0
 public PlayerNotExsit(_System.Exception ex) : base(ex)
 {
 }
Ejemplo n.º 3
0
 public OperationException(global::System.Exception ex) : base(ex)
 {
     _initDM();
 }
Ejemplo n.º 4
0
 public OperationException(string Operation, global::System.Exception ex) : base(ex)
 {
     _initDM(Operation);
 }
Ejemplo n.º 5
0
 public PortServerIceException(_System.Exception ex__) : base(ex__)
 {
 }