Click or drag to resize

xTendServerConvertedException Class

Represents an error from the xTend API server with an inner exception to represent the server side error.
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 sealed class xTendServerConvertedException : xTendExceptionBase

The xTendServerConvertedException type exposes the following members.

Constructors
  NameDescription
Public methodxTendServerConvertedException(SerializationInfo, StreamingContext)
Initializes a new instance of the xTendServerConvertedException class with serialized data.
Public methodxTendServerConvertedException(String, Exception)
Initializes a new instance of the xTendServerConvertedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyServerData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Top
Methods
  NameDescription
Public methodGetObjectData
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also