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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
AppFileNotFoundException ( string vendor, string app, string version, string service, string path, string message ) : Vtex.Apps.Client.ErrorHandling

Method Details

AppFileNotFoundException() public méthode

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

AppFileNotFoundException() protected méthode

protected AppFileNotFoundException ( string vendor, string app, string version, string service, string path, string message ) : Vtex.Apps.Client.ErrorHandling
vendor string
app string
version string
service string
path string
message string
Résultat Vtex.Apps.Client.ErrorHandling