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