Click or drag to resize

InvalidDataTypeException Class

Thrown when a parameter of type Object cannot be converted to the appropriate data type by the xTend API.
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 InvalidDataTypeException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidDataTypeException
Initializes a new instance of the InvalidDataTypeException class.
Public methodInvalidDataTypeException(String)
Initializes a new instance of the InvalidDataTypeException class with a specified error message.
Public methodInvalidDataTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidDataTypeException class with serialized data.
Top
See Also