DB2®TypeException Class
The sub-classes DB2FormatException, DB2NullValueException, DB2TruncateException represent the exceptions that can be thrown during the incorrect use of certain IBM.Data.DB2Types structure or class instances.
- Namespace:
IBM.Data.DB2Types- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Inheritance hierarchy
System.Object
System.Exception
System.SystemException
IBM.Data.DB2.DB2TypeException
Syntax
[Visual Basic]
Public Class DB2TypeException
[C#]
public class DB2TypeException
[C++]
public __gc class DB2TypeException
[JScript]
public class DB2TypeException
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.