IncorrectPasswordException

IncorrectPasswordException class

GroupDocs exception thrown when the file is password protected, password is provided but is incorrect

public sealed class IncorrectPasswordException : GroupDocsConversionException

Constructors

Name Description
IncorrectPasswordException() Default constructor
IncorrectPasswordException(FileType) Creates an exception instance with a FileType
IncorrectPasswordException(string) Creates an exception instance with a message

See Also