Click or drag to resize

InvalidDatabaseVersionException Class

Thrown when the xTend API client passes a database connection name to a database that is not a valid FactoryLogix version.
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 InvalidDatabaseVersionException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidDatabaseVersionException(String)
Initializes a new instance of the InvalidDatabaseVersionException class with a specified error message.
Public methodInvalidDatabaseVersionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidDatabaseVersionException class with serialized data.
Top
See Also