Esempio n. 1
0
 public ShopifyException(HttpStatusCode httpStatusCode, ShopifyError shopifyError, string message) : base(message)
 {
     HttpStatusCode = httpStatusCode;
     ShopifyError   = shopifyError;
 }
 public ShopifyException(HttpStatusCode httpStatusCode, ShopifyError shopifyError, string message) : base(message)
 {
     HttpStatusCode = httpStatusCode;
     ShopifyError = shopifyError;
 }