/// <summary> /// Initializes a new instance of <see cref="UpdateException" /> with the given response, /// status code, and message. /// </summary> public UpdateException(UpdateResponse response, HttpStatusCode httpStatusCode, string message) : base(httpStatusCode, message) { Response = response; }