Click or drag to resize

xTendException Class

General error exeption thrown when something unexpected occurs in the processing of an API command.
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 xTendException : xTendExceptionBase
Constructors
  NameDescription
Public methodxTendException(String)
Initializes a new instance of the xTendException class with a specified error message.
Public methodxTendException(SerializationInfo, StreamingContext)
Initializes a new instance of the xTendException class with serialized data.
Top
See Also