1. GroupDocs.Markdown
  2. /
  3. GroupDocs.Markdown for .NET
  4. /
  5. GroupDocs.Markdown
  6. /
  7. DocumentProtectedException

DocumentProtectedException

DocumentProtectedException class

The exception that is thrown when a document is password-protected and no password (or an incorrect password) was provided via Password.

public sealed class DocumentProtectedException : GroupDocsMarkdownException

Constructors

Name Description
DocumentProtectedException() Initializes a new instance of the DocumentProtectedException class with the default message.
DocumentProtectedException(string, Exception) Initializes a new instance of the DocumentProtectedException class.

See Also