Click or drag to resize

ActivityNotFoundException Class

Thrown when a particular Activity cannot be found in the system.
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 ActivityNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodActivityNotFoundException
Initializes a new instance of the ActivityNotFoundException class.
Public methodActivityNotFoundException(String)
Initializes a new instance of the ActivityNotFoundException class with a specified error message.
Public methodActivityNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ActivityNotFoundException class with serialized data.
Top
See Also