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