Class Error
- Namespace
- Loehnert.Lisrt.AutomationController
- Assembly
- Loehnert.Lisrt.AutomationController.dll
Represents an error of the Automation-Controller.
public class Error : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseError
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
FunctionName
Gets the name of the function, the error occurred.
public string FunctionName { get; }
Property Value
HasError
Gets a value indicating whether the device has an error.
public bool HasError { get; }
Property Value
Message
Gets the error message.
public string Message { get; }
Property Value
Number
Gets the error number.
public int Number { get; }