EcatException Class
This class represents an EtherCAT exception.
Namespace:
IntervalZero.MaxRT.Ecat.Api
Assembly:
IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class EcatException : System.Exception
The EcatException class exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
EcatException (EcatErrorCode) |
A constructor with an EtherCAT error code. |
|
|
EcatException (String, EcatErrorCode) |
A constructor with a message and an EtherCAT error code. |
Methods
|
|
Name | Description |
|---|---|---|
|
|
Gets the string converted from an EtherCAT error code. |
Properties
|
|
Name | Description |
|---|---|---|
|
|
The CoE (CANopen over EtherCAT) error code. |
See Also: