Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.LZW.LzwException Class Reference

LzwException represents a LZW specific exception. More...

Inheritance diagram for ICSharpCode.SharpZipLib.LZW.LzwException:
Collaboration diagram for ICSharpCode.SharpZipLib.LZW.LzwException:

Public Member Functions

 LzwException ()
 Initialise a new instance of LzwException.
 LzwException (string message)
 Initialise a new instance of LzwException with its message string.
 LzwException (string message, Exception innerException)
 Initialise a new instance of LzwException.
Public Member Functions inherited from ICSharpCode.SharpZipLib.SharpZipBaseException
 SharpZipBaseException ()
 Initializes a new instance of the SharpZipBaseException class.
 SharpZipBaseException (string message)
 Initializes a new instance of the SharpZipBaseException class with a specified error message.
 SharpZipBaseException (string message, Exception innerException)
 Initializes a new instance of the SharpZipBaseException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Protected Member Functions

 LzwException (SerializationInfo info, StreamingContext context)
 Deserialization constructor.
Protected Member Functions inherited from ICSharpCode.SharpZipLib.SharpZipBaseException
 SharpZipBaseException (SerializationInfo info, StreamingContext context)
 Deserialization constructor.

Detailed Description

LzwException represents a LZW specific exception.

Constructor & Destructor Documentation

◆ LzwException() [1/4]

ICSharpCode.SharpZipLib.LZW.LzwException.LzwException ( SerializationInfo info,
StreamingContext context )
protected

Deserialization constructor.

Parameters
infoSerializationInfo for this constructor
contextStreamingContext for this constructor

◆ LzwException() [2/4]

ICSharpCode.SharpZipLib.LZW.LzwException.LzwException ( )

Initialise a new instance of LzwException.

◆ LzwException() [3/4]

ICSharpCode.SharpZipLib.LZW.LzwException.LzwException ( string message)

Initialise a new instance of LzwException with its message string.

Parameters
messageA string that describes the error.

◆ LzwException() [4/4]

ICSharpCode.SharpZipLib.LZW.LzwException.LzwException ( string message,
Exception innerException )

Initialise a new instance of LzwException.

Parameters
messageA string that describes the error.
innerExceptionThe Exception that caused this exception.

The documentation for this class was generated from the following file: