xTendServerConvertedExceptionServerData Property |
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic IDictionary ServerData { get; }
Public ReadOnly Property ServerData As IDictionary
Get
public:
property IDictionary^ ServerData {
IDictionary^ get ();
}
member ServerData : IDictionary with get
Property Value
Type:
IDictionary
See Also