Table of Contents

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
PropertyChangedBase
Error
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

FunctionName

Gets the name of the function, the error occurred.

public string FunctionName { get; }

Property Value

string

HasError

Gets a value indicating whether the device has an error.

public bool HasError { get; }

Property Value

bool

Message

Gets the error message.

public string Message { get; }

Property Value

string

Number

Gets the error number.

public int Number { get; }

Property Value

int