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


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. | |
This exception is used to indicate that there is a problem with a TAR archive header.
|
protected |
Deserialization constructor.
| information | SerializationInfo for this constructor |
| context | StreamingContext for this constructor |
| ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException | ( | ) |
Initialise a new instance of the InvalidHeaderException class.
| ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException | ( | string | message | ) |
Initialises a new instance of the InvalidHeaderException class with a specified message.
| message | Message describing the exception cause. |
| ICSharpCode.SharpZipLib.Tar.InvalidHeaderException.InvalidHeaderException | ( | string | message, |
| Exception | exception ) |
Initialise a new instance of InvalidHeaderException.
| message | Message describing the problem. |
| exception | The exception that is the cause of the current exception. |