Click or drag to resize

InvalidPasswordException Class

Thrown when the specified password in not valid for the specified user account.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class InvalidPasswordException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
Public methodInvalidPasswordException(String)
Initializes a new instance of the InvalidPasswordException class with a specified error message.
Public methodInvalidPasswordException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidPasswordException class with serialized data.
Top
See Also