IncorrectPasswordException Class |
The exception that is thrown when specified password is incorrect.
Inheritance Hierarchy
Namespace: GroupDocs.Viewer.ExceptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntax[SerializableAttribute]
public class IncorrectPasswordException : GroupDocsViewerException
<SerializableAttribute>
Public Class IncorrectPasswordException
Inherits GroupDocsViewerException
[SerializableAttribute]
public ref class IncorrectPasswordException : public GroupDocsViewerException
[<SerializableAttribute>]
type IncorrectPasswordException =
class
inherit GroupDocsViewerException
end
The IncorrectPasswordException type exposes the following members.
Constructors
| Name | Description |
---|
 | IncorrectPasswordException |
Initializes a new instance of the IncorrectPasswordException class with a specified error message.
|
Properties
Methods
See Also