[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public class QHNotificationEvent : OperationalEvent
QHNotificationEvent | Constructor. |
Data |
Additional data attached to the message.
(Inherited from OperationalEvent) |
EventId |
Numeric id identifying the event.
(Inherited from OperationalEvent) |
Exception | Optional: exception information. Setting it to non-null populates [!:ExceptionRecords], but does not override the severity initially set by the constructor. May be null. |
HasData |
True if Data dictionary has been constructed.
(Inherited from OperationalEvent) |
Message |
Event message.
(Inherited from OperationalEvent) |
Source |
Component that generated the event. By convention, it should be a fully-qualified name of the class type
generating the event. If not set on construction, it will be set by Source
upon adding to the trace.
(Inherited from OperationalEvent) |
Timestamp |
Timestamp for the message. Defaults to Now.
(Inherited from OperationalEvent) |