Class SharpSevenZipLibraryException
Exception class for 7-zip library operations.
Implements
Inherited Members
Namespace: SharpSevenZip.Exceptions
Assembly: SharpSevenZip.dll
Syntax
[Serializable]
public class SharpSevenZipLibraryException : SharpSevenZipException, ISerializable
Constructors
| Edit this page View SourceSharpSevenZipLibraryException()
Initializes a new instance of the SharpSevenZipLibraryException class
Declaration
public SharpSevenZipLibraryException()
SharpSevenZipLibraryException(SerializationInfo, StreamingContext)
Initializes a new instance of the SharpSevenZipLibraryException class
Declaration
protected SharpSevenZipLibraryException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | All data needed for serialization or deserialization |
StreamingContext | context | Serialized stream descriptor |
SharpSevenZipLibraryException(string)
Initializes a new instance of the SharpSevenZipLibraryException class
Declaration
public SharpSevenZipLibraryException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Additional detailed message |
SharpSevenZipLibraryException(string, Exception)
Initializes a new instance of the SharpSevenZipLibraryException class
Declaration
public SharpSevenZipLibraryException(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 = "Can not load 7-zip library or internal COM error!"
Field Value
Type | Description |
---|---|
string |