OTX Reference  
OpenTestSystem.Otx.Core.Terms.GetExceptionText Class Reference

Text of Exception More...

Inheritance diagram for OpenTestSystem.Otx.Core.Terms.GetExceptionText:
Inheritance graph

Public Attributes

ExceptionTerm exception
 Exception object, which contains information about the exception. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Text of Exception

GetExceptionText is a term, which returns the text of an Exception, see UserExceptionCreate.

Syntax
StringTerm = GetExceptionText(ExceptionTerm);
Examples
// Local Declarations
UserException exceptionVariable = @UserException:"UserException"/"UserException";
String result;
// Flow
result = GetExceptionText(exceptionVariable);

Member Data Documentation

◆ exception

ExceptionTerm OpenTestSystem.Otx.Core.Terms.GetExceptionText.exception

Exception object, which contains information about the exception.