DB2®FormatException Class
The exception that is generated when the Parse method for the applicable IBM.Data.DB2Types class objects includes a string with non-numeric values.
- 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.DB2FormatException
Syntax
[Visual Basic]
Public Class DB2FormatException
[C#]
public class DB2FormatException
[C++]
public __gc class DB2FormatException
[JScript]
public class DB2FormatException
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.