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; }
public PlayerNotExsit(_System.Exception ex) : base(ex) { }
public OperationException(global::System.Exception ex) : base(ex) { _initDM(); }
public OperationException(string Operation, global::System.Exception ex) : base(ex) { _initDM(Operation); }
public PortServerIceException(_System.Exception ex__) : base(ex__) { }