Difference between revisions of "Core.DataTypes.ComplexDataType.InvalidReferenceException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''InvalidReferenceException'''}} == Classification == {{ClassificationException | InvalidReferenceException | Exception Type | Complex Data Typ...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidReferenceException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidReferenceException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidReferenceException | [[Exception Type]] | [[Complex Data Type]] }}
+
{{ClassificationException | InvalidReferenceException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | {{OtxSpec2}} }}
  
 
== Description ==
 
== Description ==
 
The '''InvalidReferenceException''' data type features in OTX an exception when attempting to work with an invalid value. For example, can try to access a variable which does not exist or was not initialized yet.
 
The '''InvalidReferenceException''' data type features in OTX an exception when attempting to work with an invalid value. For example, can try to access a variable which does not exist or was not initialized yet.

Latest revision as of 04:58, 12 September 2019

Classification

Name InvalidReferenceException
Class Exception Type
Base Data Type Complex Data Type
SpecifiedBy ISO 13209-3

Description

The InvalidReferenceException data type features in OTX an exception when attempting to work with an invalid value. For example, can try to access a variable which does not exist or was not initialized yet.