Error code

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public short ErrorCode { get; private set; }
Visual Basic
Public Property ErrorCode As Short
	Get
	Private Set
Visual C++
public:
property short ErrorCode {
	short get ();
	private: void set (short value);
}

Property Value

Type: Int16

See Also