1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Exceptions
  6. /
  7. IncorrectPasswordException

IncorrectPasswordException

IncorrectPasswordException class

The exception that is thrown when specified password is incorrect.

public class IncorrectPasswordException : GroupDocsRedactionException

Constructors

Name Description
IncorrectPasswordException() Initializes a new instance of IncorrectPasswordException class.
IncorrectPasswordException(string, Exception) Initializes a new instance of IncorrectPasswordException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also