C# Class Vtex.Apps.Client.Exceptions.AppVersionNotFoundException

Inheritance: ResourceNotFoundException
Afficher le fichier Open project: vtex/apps-client-net

Méthodes publiques

Méthode Description
AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling

Méthodes protégées

Méthode Description
AppVersionNotFoundException ( string vendor, string app, string version, string errorCode ) : Vtex.Apps.Client.ErrorHandling

Private Methods

Méthode Description
AppVersionNotFoundException ( Error error ) : Vtex.Apps.Client.ErrorHandling
AppVersionNotFoundException ( MissingAppDetails details ) : Vtex.Apps.Client.ErrorHandling

Method Details

AppVersionNotFoundException() public méthode

public AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling
vendor string
app string
version string
Résultat Vtex.Apps.Client.ErrorHandling

AppVersionNotFoundException() protected méthode

protected AppVersionNotFoundException ( string vendor, string app, string version, string errorCode ) : Vtex.Apps.Client.ErrorHandling
vendor string
app string
version string
errorCode string
Résultat Vtex.Apps.Client.ErrorHandling