|
Fingerprint_Card
|
TarExceptions are used for exceptions specific to tar classes and code. More...


Public Member Functions | |
| 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 | |
| TarException (SerializationInfo info, StreamingContext context) | |
| Deserialization constructor. | |
| Protected Member Functions inherited from ICSharpCode.SharpZipLib.SharpZipBaseException | |
| SharpZipBaseException (SerializationInfo info, StreamingContext context) | |
| Deserialization constructor. | |
TarExceptions are used for exceptions specific to tar classes and code.
|
protected |
Deserialization constructor.
| info | SerializationInfo for this constructor |
| context | StreamingContext for this constructor |
| ICSharpCode.SharpZipLib.Tar.TarException.TarException | ( | ) |
Initialises a new instance of the TarException class.
| ICSharpCode.SharpZipLib.Tar.TarException.TarException | ( | string | message | ) |
Initialises a new instance of the TarException class with a specified message.
| message | The message that describes the error. |
| ICSharpCode.SharpZipLib.Tar.TarException.TarException | ( | string | message, |
| Exception | exception ) |
| message | A message describing the error. |
| exception | The exception that is the cause of the current exception. |