Пример #1
0
 public DMClientException(DMResponse response)
     : base($"DM returned response with status {response.Validate("response").Status}")
 {
     this.Response = response;
 }