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

Inheritance: Vtex.Gallery.Core.Exceptions.GalleryException
ファイルを表示 Open project: vtex/apps-client-net

Public Methods

Method Description
ConflictingVersionRequirementsException ( string message, AppIdentifier dependency, string>.IDictionary requiredVersionsByDependent ) : System.Collections.Generic

Private Methods

Method Description
ConflictingVersionRequirementsException ( Error error ) : System.Collections.Generic

Method Details

ConflictingVersionRequirementsException() public method

public ConflictingVersionRequirementsException ( string message, AppIdentifier dependency, string>.IDictionary requiredVersionsByDependent ) : System.Collections.Generic
message string
dependency AppIdentifier
requiredVersionsByDependent string>.IDictionary
return System.Collections.Generic