Skip Headers
Oracle® Data Provider for .NET Developer's Guide
12c Release 1 (12.1.0.1.0)

Part Number E41125-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

OracleNullValueException Class

The OracleNullValueException represents an exception that is thrown when trying to access an ODP.NET Types structure that has a null value.

Class Inheritance

System.Object

  System.Exception

    System.SystemException

      System.OracleTypeException

        Oracle.DataAccess.Types.OracleNullValueException

Declaration

// C#
public sealed class OracleNullValueException : OracleTypeException

Requirements

Provider ODP.NET, Unmanaged Driver ODP.NET, Managed Driver
Assembly Oracle.DataAccess.dll Oracle.ManagedDataAccess.dll
Namespace Oracle.DataAccess.Types Oracle.ManagedDataAccess.Types
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5 4.0, 4.5

Thread Safety

All public static methods are thread-safe, although instance methods do not guarantee thread safety.


OracleNullValueException Members

OracleNullValueException members are listed in the following tables.

OracleNullValueException Constructors

The OracleNullValueException constructors are listed in Table 15-8.

Table 15-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 15-9.

Table 15-9 OracleNullValueException Static Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)


OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 15-10.

Table 15-10 OracleNullValueException Properties

Properties Description

HelpLink

Inherited from System.SystemException.Exception

InnerException

Inherited from System.SystemException.Exception

Message

Inherited from OracleTypeException

Source

Inherited from OracleTypeException

StackTrace

Inherited from System.SystemException.Exception

TargetSite

Inherited from System.SystemException.Exception


OracleNullValueException Methods

The OracleNullValueException methods are listed in Table 15-11.

Table 15-11 OracleNullValueException Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)

GetBaseException

Inherited from System.SystemException.Exception

GetHashCode

Inherited from System.Object

GetObjectData

Inherited from System.SystemException.Exception

GetType

Inherited from System.Object

ToString

Inherited from OracleTypeException



OracleNullValueException Constructors

The OracleNullValueException constructors create new instances of the OracleNullValueException class.

Overload List:

  • OracleNullValueException()

    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.

OracleNullValueException()

This constructor creates a new instance of the OracleNullValueException class with its default properties.

Declaration

// C#
public OracleNullValueException();

OracleNullValueException(string)

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.


OracleNullValueException Static Methods

The OracleNullValueException static methods are listed in Table 15-12.

Table 15-12 OracleNullValueException Static Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)



OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 15-13.

Table 15-13 OracleNullValueException Properties

Properties Description

HelpLink

Inherited from System.SystemException.Exception

InnerException

Inherited from System.SystemException.Exception

Message

Inherited from OracleTypeException

Source

Inherited from OracleTypeException

StackTrace

Inherited from System.SystemException.Exception

TargetSite

Inherited from System.SystemException.Exception



OracleNullValueException Methods

The OracleNullValueException methods are listed in Table 15-14.

Table 15-14 OracleNullValueException Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)

GetBaseException

Inherited from System.SystemException.Exception

GetHashCode

Inherited from System.Object

GetObjectData

Inherited from System.SystemException.Exception

GetType

Inherited from System.Object

ToString

Inherited from OracleTypeException