![]() |
OTX Reference
|
|
Checks if an event:Event contains an exception More...

Public Attributes | |
| EventTerm | _event |
| Cardinality [1] The Event to be tested for encapsulating an exception. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Checks if an event:Event contains an exception
IsEventHasException is a BooleanTerm that can be used to determine if an event:Event contains an exception. Any event source may report an exception by encapsulating it in an exception event.
For example, an attempt to execute a diag:DiagService asynchronously could fail with a diag:LossOfComException.In this case the event source can generate an event encapsulating the exception rather than the Result that it would normally return.
| EventTerm OpenTestSystem.Otx.Extensions.EventHandling.Terms.IsEventHasException._event |
Cardinality [1]
The Event to be tested for encapsulating an exception.