Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Tar.InvalidHeaderException Class Reference

This exception is used to indicate that there is a problem with a TAR archive header. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Tar.InvalidHeaderException:
Collaboration diagram for ICSharpCode.SharpZipLib.Tar.InvalidHeaderException:

Public Member Functions

 InvalidHeaderException ()
 Initialise a new instance of the InvalidHeaderException class.
 InvalidHeaderException (string message)
 Initialises a new instance of the InvalidHeaderException class with a specified message.
 InvalidHeaderException (string message, Exception exception)
 Initialise a new instance of InvalidHeaderException.
Public Member Functions inherited from ICSharpCode.SharpZipLib.Tar.TarException
 TarException ()
 Initialises a new instance of the TarException class.
 TarException (string message)
 Initialises a new instance of the TarException class with a specified message.
 TarException (string message, Exception exception)
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

 InvalidHeaderException (SerializationInfo information, StreamingContext context)
 Deserialization constructor.
Protected Member Functions inherited from ICSharpCode.SharpZipLib.Tar.TarException
 TarException (SerializationInfo info, StreamingContext context)
 Deserialization constructor.
Protected Member Functions inherited from ICSharpCode.SharpZipLib.SharpZipBaseException
 SharpZipBaseException (SerializationInfo info, StreamingContext context)
 Deserialization constructor.

Detailed Description

This exception is used to indicate that there is a problem with a TAR archive header.

Constructor & Destructor Documentation

◆ InvalidHeaderException() [1/4]

ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException ( SerializationInfo information,
StreamingContext context )
protected

Deserialization constructor.

Parameters
informationSerializationInfo for this constructor
contextStreamingContext for this constructor

◆ InvalidHeaderException() [2/4]

ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException ( )

Initialise a new instance of the InvalidHeaderException class.

◆ InvalidHeaderException() [3/4]

ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException ( string message)

Initialises a new instance of the InvalidHeaderException class with a specified message.

Parameters
messageMessage describing the exception cause.

◆ InvalidHeaderException() [4/4]

ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException ( string message,
Exception exception )

Initialise a new instance of InvalidHeaderException.

Parameters
messageMessage describing the problem.
exceptionThe exception that is the cause of the current exception.

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