Click or drag to resize

InternalExceptionProblemReason Enumeration

The reason for the internal exception.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public enum ProblemReason
Members
  Member nameValueDescription
Connection0 Connection lost or not established with Robot Controller.
Timeout1 The operation timed out.
UnexpectedHResult2 The HResult from the RobAPI was unexpected.
Unspecified3 Internal error.
See Also