Click or drag to resize

UserNotFoundException Class

Thrown when the specified user account does not exist.
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 UserNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodUserNotFoundException
Initializes a new instance of the UserNotFoundException class.
Public methodUserNotFoundException(String)
Initializes a new instance of the UserNotFoundException class with a specified error message.
Public methodUserNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserNotFoundException class with serialized data.
Top
See Also