Click or drag to resize
ExceptionLogMessage Class
A log message representing an Exception.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioLogMessage
    ABB.Robotics.RobotStudioExceptionLogMessage

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class ExceptionLogMessage : LogMessage

The ExceptionLogMessage type exposes the following members.

Constructors
  NameDescription
Public methodExceptionLogMessage(String, Exception)
Initializes a new ExceptionLogMessage object.
Public methodExceptionLogMessage(String, String, Exception)
Initializes a new ExceptionLogMessage object.
Top
Properties
  NameDescription
Public propertyCanActivate
Indicates if this message can be double-clicked to display more information.
(Overrides LogMessageCanActivate.)
Public propertyCategory
Gets the message category. This property is used to categorize log messages which is related to each other. A PowerPack for example, could define its own category for all messages that it logs.
(Inherited from LogMessage.)
Public propertyDetailedText
A more detailed description that if set to anything will be shown in a dialog when the message is activated.
(Inherited from LogMessage.)
Public propertyException
Gets the Exception.
Public propertyHelpTopic
This property is for internal use only.
(Inherited from LogMessage.)
Public propertySequenceNumber
Gets the sequence number of the message severity of the message.
(Inherited from LogMessage.)
Public propertySeverity
Gets the severity of the message. The severity is specified by the LogMessageSeverity enumerator.
(Inherited from LogMessage.)
Public propertyText
Gets the message text.
(Inherited from LogMessage.)
Public propertyTimeStamp
Gets the date and time when the message was logged.
(Inherited from LogMessage.)
Top
Methods
  NameDescription
Public methodEquals (Overrides LogMessageEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetErrorString
Returns a string containing the aggregated stack traces and exception messages of the associated exception, and its inner exceptions. This method is intended for debugging purposes.
Public methodGetHashCode (Overrides LogMessageGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventMessageActivated
Raised when this message is activated, e.g. double-clicked in the GUI.
(Inherited from LogMessage.)
Top
Remarks
When the user double-clicks the message in the Output window the exception text is shown.
Version Information

Supported in: 1.0.0.0
See Also