ProGet SDK Reference
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

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.

Methods

Name Description
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.