Version:
PackageAlreadyExistsException Class
Represents an error which is caused by trying to overwrite an existing package.
Inheritance Hierarchy
- object
- System.Exception
- Inedo.ProGet.Extensibility.PackageStores.PackageAlreadyExistsException
Syntax
public
class
PackageAlreadyExistsException : System.Exception, System.Runtime.Serialization.ISerializable
Constructors
|
Name |
Description |
|
PackageAlreadyExistsException(string packageId, string packageVersion, bool symbolMismatch)
|
Initializes a new instance of the PackageAlreadyExistsException class.
|
|
PackageAlreadyExistsException(string packageId, string packageVersion, bool symbolMismatch, string message)
|
Initializes a new instance of the PackageAlreadyExistsException class.
|
|
PackageAlreadyExistsException(string packageId, string packageVersion, bool symbolMismatch, string message, System.Exception inner)
|
Initializes a new instance of the PackageAlreadyExistsException class.
|
|
PackageAlreadyExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
|
Initializes a new instance of the PackageAlreadyExistsException class.
|
Properties
|
Name |
Description |
|
Message
|
Gets a message that describes the current exception.
|
|
PackageId
|
Gets the ID of the package.
|
|
PackageSymbolMismatch
|
Gets a value indicating whether the pushed package and the existing package differ by whether symbols are included.
|
|
PackageVersion
|
Gets the version of the package.
|