| Oracle Data Provider for .NET Developer's Guide Release 9.2.0.2 Part Number A96160-01 |
|
Oracle.DataAccess.Types Namespace (ODP.NET Types), 12 of 17
The OracleNullValueException represents an exception that is thrown when trying to access an ODP.NET Type structure that has a null value.
Object
Exception
SystemException
OracleTypeException
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.DataAccesss.dll
OracleNullValueException members are listed in the following tables:
The OracleNullValueException constructors are listed in Table 5-133.
| Constructor | Description |
|---|---|
|
Creates a new instance of the |
The OracleNullValueException static methods are listed in Table 5-134.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleNullValueException properties are listed in Table 5-135.
The OracleNullValueException methods are listed in Table 5-136.
The OracleNullValueException constructors create new instances of the OracleNullValueException class.
This constructor creates a new instance of the OracleNullValueException class with its default properties.
This constructor creates a new instance of the OracleNullValueException class with the specified error message, errMessage.
This constructor creates a new instance of the OracleNullValueException class with its default properties.
// C# public OracleNullValueException();
This constructor creates a new instance of the OracleNullValueException class with the specified error message, errMessage.
// C# public OracleNullValueException (string errMessage);
The OracleNullValueException static methods are listed in Table 5-137.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleNullValueException properties are listed in Table 5-138.
The OracleNullValueException methods are listed in Table 5-139.
|
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|