Click or drag to resize

EventLogCategoryMessages Property

Gets the available messages of the Event Log Category of the controller.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public EventLogMessageCollection Messages { get; }

Property Value

Type: EventLogMessageCollection
An EventLogMessageCollection, i.e. an array of event log messages.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also