Constructor IncorrectPasswordException
- Namespace
 - BitMiracle.Docotic.Pdf
 
- Assembly
 - BitMiracle.Docotic.Pdf.dll
 
IncorrectPasswordException()
Initializes a new instance of the IncorrectPasswordException class.
public IncorrectPasswordException()
IncorrectPasswordException(string)
Initializes a new instance of the IncorrectPasswordException class.
public IncorrectPasswordException(string message)
Parameters
messagestringThe message.
IncorrectPasswordException(string, Exception)
Initializes a new instance of the IncorrectPasswordException class.
public IncorrectPasswordException(string message, Exception innerException)