DB2®NullValueException Class

The exception that is generated when the Value method for the applicable IBM.Data.DB2Typesclasses object is called against a null value.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Inheritance hierarchy


System.Object
   System.Exception
      System.SystemException
         IBM.Data.DB2.DB2TypeException
            IBM.Data.DB2.DB2NullValueException

Syntax


[Visual Basic]
Public Class DB2NullValueException
[C#]
public class DB2NullValueException
[C++]
public __gc class DB2NullValueException
[JScript]
public class DB2NullValueException

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.