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

PasswordRequiredException

PasswordRequiredException class

The exception that is thrown when password is required to load the document.

public class PasswordRequiredException : GroupDocsRedactionException

Constructors

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

See Also