BTCPayServer.Plugins.Shopify.ShopifyApiException.ShopifyApiException C# (CSharp) Method

ShopifyApiException() public method

public ShopifyApiException ( string message ) : System
message string
return System
        public ShopifyApiException(string message) : base(message)
        {
        }
    }
ShopifyApiException