Click or drag to resize

CannotContactServerException Class

Thrown when the specified xTend API Integration Server cannot be contacted over the network.
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 CannotContactServerException : xTendExceptionBase
Constructors
  NameDescription
Public methodCannotContactServerException(String)
Initializes a new instance of the CannotContactServerException class with a specified error message.
Public methodCannotContactServerException(SerializationInfo, StreamingContext)
Initializes a new instance of the CannotContactServerException class with serialized data.
Top
See Also