Overload | Description |
---|---|
TarException Constructor(String) | Initializes a new instance of the TarException class with the specified message text. |
TarException Constructor(String,Exception) | Initializes a new instance of the TarException class with the specified message text and inner exception. |
TarException Constructor(String,FileSystemItem) | Initializes a new instance of the TarException class with the specified message text and Xceed.FileSystem.FileSystemItem object. |
TarException Constructor(String,FileSystemItem,Exception) | Initializes a new instance of the TarException class with the specified message text, Xceed.FileSystem.FileSystemItem object and inner exception. |