LzwException represents a LZW specific exception.
More...
|
| | LzwException (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
| | SharpZipBaseException (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
LzwException represents a LZW specific exception.
◆ LzwException() [1/4]
| ICSharpCode.SharpZipLib.LZW.LzwException.LzwException |
( |
SerializationInfo | info, |
|
|
StreamingContext | context ) |
|
protected |
Deserialization constructor.
- Parameters
-
| info | SerializationInfo for this constructor |
| context | StreamingContext for this constructor |
◆ LzwException() [2/4]
| ICSharpCode.SharpZipLib.LZW.LzwException.LzwException |
( |
| ) |
|
◆ LzwException() [3/4]
| ICSharpCode.SharpZipLib.LZW.LzwException.LzwException |
( |
string | message | ) |
|
Initialise a new instance of LzwException with its message string.
- Parameters
-
| message | A string that describes the error. |
◆ LzwException() [4/4]
| ICSharpCode.SharpZipLib.LZW.LzwException.LzwException |
( |
string | message, |
|
|
Exception | innerException ) |
Initialise a new instance of LzwException.
- Parameters
-
| message | A string that describes the error. |
| innerException | The Exception that caused this exception. |
The documentation for this class was generated from the following file: