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

Copy
public class EcatException : System.Exception

 

The EcatException class exposes the following members:

Constructors

 

Name Description

Public method

EcatException (EcatErrorCode)

A constructor with an EtherCAT error code.

Public method

EcatException (String, EcatErrorCode)

A constructor with a message and an EtherCAT error code.

Methods

 

Name Description

Public method

GetMessage

Gets the string converted from an EtherCAT error code.

Properties

 

Name Description

Public method

Code

The CoE (CANopen over EtherCAT) error code.

See Also: