|
Oracle® Data Provider for .NET Developer's Guide
10g Release 1 (10.1.0.3) Part No. B14164-01 |
|
|
|
|
The OracleNullValueException represents an exception that is thrown when trying to access an ODP.NET Type structure that has a null value.
Class Inheritance
Object
Exception
SystemException
OracleTypeException
OracleNullValueException
Declaration
// C# public sealed class OracleNullValueException : OracleTypeException
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Requirements
Namespace: Oracle.DataAccess.Types
Assembly: Oracle.DataAccess.dll
OracleNullValueException members are listed in the following tables:
OracleNullValueException Constructors
The OracleNullValueException constructors are listed in Table 10-8.
Table 10-8 OracleNullValueException Constructors
| Constructor | Description |
|---|---|
| OracleNullValueException Constructors
|
Creates a new instance of the OracleNullValueException class (Overloaded)
|
OracleNullValueException Static Methods
The OracleNullValueException static methods are listed in Table 10-9.
Table 10-9 OracleNullValueException Static Methods
| Methods | Description |
|---|---|
Equals
|
Inherited from Object (Overloaded)
|
OracleNullValueException Properties
The OracleNullValueException properties are listed in Table 10-10.
Table 10-10 OracleNullValueException Properties
| Properties | Description |
|---|---|
HelpLink
|
Inherited from Exception
|
InnerException
|
Inherited from Exception
|
Message
|
Inherited from OracleTypeException
|
Source
|
Inherited from OracleTypeException
|
StackTrace
|
Inherited from Exception
|
TargetSite
|
Inherited from Exception
|
OracleNullValueException Methods
The OracleNullValueException methods are listed in Table 10-11.
Table 10-11 OracleNullValueException Methods
| Methods | Description |
|---|---|
Equals
|
Inherited from Object (Overloaded)
|
GetBaseException
|
Inherited from Exception
|
GetHashCode
|
Inherited from Object
|
GetObjectData
|
Inherited from Exception
|
GetType
|
Inherited from Object
|
ToString
|
Inherited from OracleTypeException
|
The OracleNullValueException constructors create new instances of the OracleNullValueException class.
Overload List:
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.
This constructor creates a new instance of the OracleNullValueException class with its default properties.
Declaration
// C# public OracleNullValueException();
This constructor creates a new instance of the OracleNullValueException class with the specified error message, errMessage.
Declaration
// C# public OracleNullValueException (string errMessage);
Parameters
errMessage
The specified error message.
The OracleNullValueException static methods are listed in Table 10-12.
Table 10-12 OracleNullValueException Static Methods
| Methods | Description |
|---|---|
Equals
|
Inherited from Object (Overloaded)
|
The OracleNullValueException properties are listed in Table 10-13.
Table 10-13 OracleNullValueException Properties
| Properties | Description |
|---|---|
HelpLink
|
Inherited from Exception
|
InnerException
|
Inherited from Exception
|
Message
|
Inherited from OracleTypeException
|
Source
|
Inherited from OracleTypeException
|
StackTrace
|
Inherited from Exception
|
TargetSite
|
Inherited from Exception
|
The OracleNullValueException methods are listed in Table 10-14.