Click or drag to resize

ErrorEventArgs Class

Represents error event data.
Inheritance Hierarchy

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class ErrorEventArgs : EventArgs

The ErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Gets the error code.
Public propertyMessage
Gets the error message.
Top
See Also