Version:
PackageAlreadyExistsException(string packageId, string packageVersion, bool symbolMismatch, string message, System.Exception inner) Constructor
Syntax
public .ctor(string packageId, string packageVersion, bool symbolMismatch, string message, System.Exception inner)
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.
- inner
- Type: System.Exception
The inner exception.