The ZipException type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkZipException()()()()
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, ArchiveProblemType)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, ZipException)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, Exception)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, Exception, ArchiveProblemType)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, ArchiveProblemType, String, String)
Initializes a new instance of the ZipException class.
Public methodSupported by the .NET Compact FrameworkZipException(String, Exception, ArchiveProblemType, String, String)
Initializes a new instance of the ZipException class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a string representation of the current exception.
(Overrides Exception..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkArchiveItemPath
Gets the path of the archive file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkData
Gets a collection of key/value pairs that provide additional information about the exception.
Public propertySupported by the .NET Compact FrameworkExternalItemPath
Gets the path of the local file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkProblemType
Gets the type of the problem.
Public propertySupported by the .NET Compact FrameworkSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)

Events

  NameDescription
Protected eventSupported by the .NET Compact FrameworkSerializeObjectState (Inherited from Exception.)

See Also