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

Inheritance: ResourceNotFoundException
ファイルを表示 Open project: vtex/apps-client-net

Public Methods

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

Protected Methods

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

Method Details

AppFileNotFoundException() public method

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
return Vtex.Apps.Client.ErrorHandling

AppFileNotFoundException() protected method

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
return Vtex.Apps.Client.ErrorHandling