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
Syntaxpublic bool IsHResultValid { get; }Property Value
Type:
BooleanReturns true if the
HResult is valid else false.
See Also