Class SharpSevenZipArchiveException
Exception class for 7-zip archive open or read operations.
Implements
Inherited Members
Namespace: SharpSevenZip.Exceptions
Assembly: SharpSevenZip.dll
Syntax
[Serializable]
public class SharpSevenZipArchiveException : SharpSevenZipException, ISerializable
Constructors
| Edit this page View SourceSharpSevenZipArchiveException()
Initializes a new instance of the SharpSevenZipArchiveException class
Declaration
public SharpSevenZipArchiveException()
SharpSevenZipArchiveException(SerializationInfo, StreamingContext)
Initializes a new instance of the SharpSevenZipArchiveException class
Declaration
protected SharpSevenZipArchiveException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | All data needed for serialization or deserialization |
StreamingContext | context | Serialized stream descriptor |
SharpSevenZipArchiveException(string)
Initializes a new instance of the SharpSevenZipArchiveException class
Declaration
public SharpSevenZipArchiveException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Additional detailed message |
SharpSevenZipArchiveException(string, Exception)
Initializes a new instance of the SharpSevenZipArchiveException class
Declaration
public SharpSevenZipArchiveException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | Additional detailed message |
Exception | inner | Inner exception occurred |
Fields
| Edit this page View SourceDefaultMessage
Exception default message which is displayed if no extra information is specified
Declaration
public static string DefaultMessage
Field Value
Type | Description |
---|---|
string |