Click or drag to resize

BaseExceptionMessage Property

Gets a message that describes the current exception.

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

Property Value

Type: String
Returns a string for the current exception.

Implements

_ExceptionMessage
See Also