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