Class CompressionFailedException
Exception class for ArchiveUpdateCallback.
Implements
Inherited Members
Namespace: SharpSevenZip.Exceptions
Assembly: SharpSevenZip.dll
Syntax
[Serializable]
public class CompressionFailedException : SharpSevenZipException, ISerializable
Constructors
| Edit this page View SourceCompressionFailedException()
Initializes a new instance of the CompressionFailedException class
Declaration
public CompressionFailedException()
CompressionFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the CompressionFailedException class
Declaration
protected CompressionFailedException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | All data needed for serialization or deserialization |
| StreamingContext | context | Serialized stream descriptor |
CompressionFailedException(string)
Initializes a new instance of the CompressionFailedException class
Declaration
public CompressionFailedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Additional detailed message |
CompressionFailedException(string, Exception)
Initializes a new instance of the CompressionFailedException class
Declaration
public CompressionFailedException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Additional detailed message |
| Exception | inner | Inner exception occurred |
Fields
| Edit this page View SourceDEFAULT_MESSAGE
Exception default message which is displayed if no extra information is specified
Declaration
public const string DEFAULT_MESSAGE = "Could not pack files!"
Field Value
| Type | Description |
|---|---|
| string |