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

From emotive
Jump to navigation Jump to search
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]] }}
  
 
== 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.

Revision as of 04:06, 17 February 2016

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.