Method | Description | |
---|---|---|
AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling |
Method | Description | |
---|---|---|
AppVersionNotFoundException ( string vendor, string app, string version, string errorCode ) : Vtex.Apps.Client.ErrorHandling |
Method | Description | |
---|---|---|
AppVersionNotFoundException ( Error error ) : Vtex.Apps.Client.ErrorHandling | ||
AppVersionNotFoundException ( MissingAppDetails details ) : Vtex.Apps.Client.ErrorHandling |
public AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling | ||
vendor | string | |
app | string | |
version | string | |
return | Vtex.Apps.Client.ErrorHandling |
protected AppVersionNotFoundException ( string vendor, string app, string version, string errorCode ) : Vtex.Apps.Client.ErrorHandling | ||
vendor | string | |
app | string | |
version | string | |
errorCode | string | |
return | Vtex.Apps.Client.ErrorHandling |