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

Inheritance: ResourceNotFoundException
显示文件 Open project: vtex/apps-client-net

Public Methods

Method Description
AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling

Protected Methods

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

Private Methods

Method Description
AppVersionNotFoundException ( Error error ) : Vtex.Apps.Client.ErrorHandling
AppVersionNotFoundException ( MissingAppDetails details ) : Vtex.Apps.Client.ErrorHandling

Method Details

AppVersionNotFoundException() public method

public AppVersionNotFoundException ( string vendor, string app, string version ) : Vtex.Apps.Client.ErrorHandling
vendor string
app string
version string
return Vtex.Apps.Client.ErrorHandling

AppVersionNotFoundException() protected method

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