The OracleNullValueException represents an exception that is thrown when trying to access an ODP.NET Types structure that has a null value.
System.Object
  System.Exception
    System.SystemException
      System.OracleTypeException
        Oracle.DataAccess.Types.OracleNullValueException
// C# public sealed class OracleNullValueException : OracleTypeException
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Namespace: Oracle.DataAccess.Types
Assembly: Oracle.DataAccess.dll
Microsoft .NET Framework Version: 1.x or 2.0
See Also:
OracleNullValueException members are listed in the following tables:
OracleNullValueException Constructors
The OracleNullValueException constructors are listed in Table 13-8.
Table 13-8 OracleNullValueException Constructors
| Constructor | Description | 
|---|---|
| Creates a new instance of the  | 
OracleNullValueException Static Methods
The OracleNullValueException static methods are listed in Table 13-9.
Table 13-9 OracleNullValueException Static Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
OracleNullValueException Properties
The OracleNullValueException properties are listed in Table 13-10.
Table 13-10 OracleNullValueException Properties
| Properties | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
OracleNullValueException Methods
The OracleNullValueException methods are listed in Table 13-11.
Table 13-11 OracleNullValueException Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
The OracleNullValueException constructors create new instances of the OracleNullValueException class.
This constructor creates a new instance of the OracleNullValueException class with its default properties.
OracleNullValueException(string)
This constructor creates a new instance of the OracleNullValueException class with the specified error message, errMessage.
See Also:
This constructor creates a new instance of the OracleNullValueException class with its default properties.
// C# public OracleNullValueException();
See Also:
This constructor creates a new instance of the OracleNullValueException class with the specified error message, errMessage.
// C#
public OracleNullValueException (string errMessage);
errMessage
The specified error message.
See Also:
The OracleNullValueException static methods are listed in Table 13-12.
Table 13-12 OracleNullValueException Static Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
See Also:
The OracleNullValueException properties are listed in Table 13-13.
Table 13-13 OracleNullValueException Properties
| Properties | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
See Also:
The OracleNullValueException methods are listed in Table 13-14.
Table 13-14 OracleNullValueException Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  |