Click or drag to resize

IncorrectPasswordException Constructor

Construct a new IncorrectPasswordException object from the specified paramaters.
Construct a new IncorrectPasswordException object from the specified paramaters.
Construct a new IncorrectPasswordException object from the specified paramaters.
Overload List
  NameDescription
Public methodIncorrectPasswordException
Construct a new IncorrectPasswordException object with no message.
Public methodIncorrectPasswordException(String)
Construct a new IncorrectPasswordException object with the specified message.
Public methodIncorrectPasswordException(String, Exception)
Construct a new IncorrectPasswordException object with the specified message and inner exception.
Top
See Also