Click or drag to resize

CannotDeleteException Class

Thrown when an item cannot be deleted.
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 CannotDeleteException : xTendExceptionBase
Constructors
  NameDescription
Public methodCannotDeleteException
Initializes a new instance of the CannotDeleteException class.
Public methodCannotDeleteException(String)
Initializes a new instance of the CannotDeleteException class with a specified error message.
Public methodCannotDeleteException(SerializationInfo, StreamingContext)
Initializes a new instance of the CannotDeleteException class with serialized data.
Top
See Also