Version:
PackageAlreadyExistsException(string packageId, string packageVersion, bool symbolMismatch, string message) Constructor
Syntax
public .ctor(string packageId, string packageVersion, bool symbolMismatch, string message)
Parameters
- packageId
- Type: string
The package ID.
- packageVersion
- Type: string
The package version.
- symbolMismatch
- Type: bool
Value indicating whether there is a symbol mismatch.
- message
- Type: string
The message that describes the error.