1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Exceptions
  6. /
  7. InvalidPasswordException

InvalidPasswordException

InvalidPasswordException class

Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.

public sealed class InvalidPasswordException : GroupDocsParserException

Constructors

Name Description
InvalidPasswordException() Initializes a new instance of the InvalidPasswordException class.
InvalidPasswordException(string) Initializes a new instance of the InvalidPasswordException class.

See Also