Delegate DeviceEventDelegates.RuntimeErrorDelegate
Delegate tracking runtime errors of the device.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public delegate void RuntimeErrorDelegate(string shortMessage, string message);
Parameters
Type | Name | Description |
---|---|---|
System.String | shortMessage | The short error message. |
System.String | message | The error message. |