Click or drag to resize

BaseExceptionIsHResultValid Property

Check if the internal return code from a failing native call is valid. Only relevant for ABB developers team.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public bool IsHResultValid { get; }

Property Value

Type: Boolean
Returns true if the HResult is valid else false.
See Also