DB2®TruncateException Class
The exception that is generated when the Value property for a DB2Decimal or DB2DecimalFloat instance is accessed and the precision of this value exceeds that of a .NET Decimal variable.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Inheritance hierarchy
System.Object
System.Exception
System.SystemException
IBM.Data.DB2.DB2TypeException
IBM.Data.DB2.DB2TruncateException
Syntax
[Visual Basic]
Public Class DB2TruncateException
[C#]
public class DB2TruncateException
[C++]
public __gc class DB2TruncateException
[JScript]
public class DB2TruncateException
Thread safety
Any public static (Shared
in
Visual Basic) members of this type are safe for multithreaded operations.
Any instance members are not guaranteed to be thread safe.