Class SharpSevenZipException
Base SharpSevenZip exception class.
Inheritance
SharpSevenZipException
Implements
Inherited Members
Namespace: SharpSevenZip.Exceptions
Assembly: SharpSevenZip.dll
Syntax
[Serializable]
public class SharpSevenZipException : Exception, ISerializable
Constructors
| Edit this page View SourceSharpSevenZipException()
Initializes a new instance of the SharpSevenZipException class
Declaration
public SharpSevenZipException()
SharpSevenZipException(SerializationInfo, StreamingContext)
Initializes a new instance of the SharpSevenZipException class
Declaration
protected SharpSevenZipException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | All data needed for serialization or deserialization |
StreamingContext | context | Serialized stream descriptor |
SharpSevenZipException(string)
Initializes a new instance of the SharpSevenZipException class
Declaration
public SharpSevenZipException(string defaultMessage)
Parameters
Type | Name | Description |
---|---|---|
string | defaultMessage | Default exception message |
SharpSevenZipException(string, Exception)
Initializes a new instance of the SharpSevenZipException class
Declaration
public SharpSevenZipException(string defaultMessage, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | defaultMessage | Default exception message |
Exception | inner | Inner exception occurred |
SharpSevenZipException(string, string)
Initializes a new instance of the SharpSevenZipException class
Declaration
public SharpSevenZipException(string defaultMessage, string message)
Parameters
Type | Name | Description |
---|---|---|
string | defaultMessage | Default exception message |
string | message | Additional detailed message |
SharpSevenZipException(string, string, Exception)
Initializes a new instance of the SharpSevenZipException class
Declaration
public SharpSevenZipException(string defaultMessage, string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | defaultMessage | Default exception message |
string | message | Additional detailed message |
Exception | inner | Inner exception occurred |