Esempio n. 1
0
 public D3Exception(string message, ErrorDetail errorDetail, string url, WebException originalException)
     : base(message)
 {
     ErrorDetail       = errorDetail;
     Reason            = errorDetail.Reason;
     Url               = url;
     OriginalException = originalException;
 }
 public D3Exception(string message, ErrorDetail errorDetail, string url, WebException originalException)
     : base(message)
 {
     ErrorDetail = errorDetail;
     Reason = errorDetail.Reason;
     Url = url;
     OriginalException = originalException;
 }