ErrorEventArgsMessage Property |
Gets the error message.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string Message { get; }
Public ReadOnly Property Message As String
Get
public:
property String^ Message {
String^ get ();
}
Property Value
Type:
String
The message.
See Also