BZip2Exception represents exceptions specific to Bzip2 algorithm.
More...
|
| | BZip2Exception (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
| | SharpZipBaseException (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
BZip2Exception represents exceptions specific to Bzip2 algorithm.
◆ BZip2Exception() [1/4]
| ICSharpCode.SharpZipLib.BZip2.BZip2Exception.BZip2Exception |
( |
SerializationInfo | info, |
|
|
StreamingContext | context ) |
|
protected |
Deserialization constructor.
- Parameters
-
| info | SerializationInfo for this constructor |
| context | StreamingContext for this constructor |
◆ BZip2Exception() [2/4]
| ICSharpCode.SharpZipLib.BZip2.BZip2Exception.BZip2Exception |
( |
| ) |
|
◆ BZip2Exception() [3/4]
| ICSharpCode.SharpZipLib.BZip2.BZip2Exception.BZip2Exception |
( |
string | message | ) |
|
Initialise a new instance of BZip2Exception with its message set to message.
- Parameters
-
| message | The message describing the error. |
◆ BZip2Exception() [4/4]
| ICSharpCode.SharpZipLib.BZip2.BZip2Exception.BZip2Exception |
( |
string | message, |
|
|
Exception | exception ) |
Initialise an instance of BZip2Exception.
- Parameters
-
| message | A message describing the error. |
| exception | The exception that is the cause of the current exception. |
The documentation for this class was generated from the following file: