Click or drag to resize

ProcessDoesNotExistException Class

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