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

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
'''TypeMismatchException''' data type indicates an exception for operation with incompatible types in OTX. It is thrown when attempting a string one integer variable to assign, without previously to carry out the necessary conversion etc.
+
The '''TypeMismatchException''' indicates an exception for operation with incompatible types in OTX. It is thrown when e.g. a string value shall be assigned to an integer without a previous correct conversion etc.

Latest revision as of 09:06, 12 September 2019

Classification

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

Description

The TypeMismatchException indicates an exception for operation with incompatible types in OTX. It is thrown when e.g. a string value shall be assigned to an integer without a previous correct conversion etc.