ErrorEventArgsErrorCode Property |
Gets the error code.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic ErrorCode ErrorCode { get; }
Public ReadOnly Property ErrorCode As ErrorCode
Get
public:
property ErrorCode ErrorCode {
ErrorCode get ();
}
Property Value
Type:
ErrorCode
The error code.
See Also