Click or drag to resize

BaseExceptionName Property

Represent the name of the Class, i.e. "ABB.Robotics.BaseException".

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

Property Value

Type: String
Returns the name of the exception.
See Also