Click or drag to resize

AlreadyExistsException Class

Thrown when a method is called that would create a duplicate of an existing object for a given data type. For example, if a user named "bsmith" already exists and the CreateNewUser method is called to create another "bsmith" account, the AlreadyExistsException" exception would be thrown.
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 AlreadyExistsException : xTendExceptionBase
Constructors
  NameDescription
Public methodAlreadyExistsException
Initializes a new instance of the AlreadyExistsException class.
Public methodAlreadyExistsException(String)
Initializes a new instance of the AlreadyExistsException class with a specified error message.
Public methodAlreadyExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the AlreadyExistsException class with serialized data.
Top
See Also