Class SharpSevenZipConfigurationException
Exception class for failed configuration in SharpSevenZipExtractor or SharpSevenZipCompressor.
Implements
Inherited Members
Namespace: SharpSevenZip.Exceptions
Assembly: SharpSevenZip.dll
Syntax
[Serializable]
public class SharpSevenZipConfigurationException : SharpSevenZipException, ISerializable
Constructors
| Edit this page View SourceSharpSevenZipConfigurationException()
Initializes a new instance of the SharpSevenZipExtractionFailedException class
Declaration
public SharpSevenZipConfigurationException()
SharpSevenZipConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the SharpSevenZipExtractionFailedException class
Declaration
protected SharpSevenZipConfigurationException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | All data needed for serialization or deserialization |
| StreamingContext | context | Serialized stream descriptor |
SharpSevenZipConfigurationException(string)
Initializes a new instance of the SharpSevenZipExtractionFailedException class
Declaration
public SharpSevenZipConfigurationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Additional detailed message |
SharpSevenZipConfigurationException(string, Exception)
Initializes a new instance of the SharpSevenZipExtractionFailedException class
Declaration
public SharpSevenZipConfigurationException(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 = "The instance could not be initialized due to invalid configuration. Please double check parameters."
Field Value
| Type | Description |
|---|---|
| string |