Click or drag to resize

InvalidSessionException Class

Thrown when the xTend API client passes an invalid sessionId as part of a method call. The session may have expired, or may simply be invalid..
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 InvalidSessionException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidSessionException
Initializes a new instance of the InvalidSessionException class.
Public methodInvalidSessionException(String)
Initializes a new instance of the InvalidSessionException class with a specified error message.
Public methodInvalidSessionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidSessionException class with serialized data.
Top
See Also