Class UnitScanErrorEventArgs
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Arguments passed to the UnitScanError event handler.
public class UnitScanErrorEventArgs : EventArgs
- Inheritance
-
UnitScanErrorEventArgs
- Inherited Members
Constructors
UnitScanErrorEventArgs(string)
Initializes a new instance of the UnitScanErrorEventArgs class.
public UnitScanErrorEventArgs(string errorMessage)
Parameters
errorMessage
stringThe error message.
Properties
ErrorMessage
Gets the error message.
public string ErrorMessage { get; }