예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <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;
 }