Skip Headers
Oracle® Data Provider for .NET Developer's Guide
11g Release 1 (11.1)

Part Number B28375-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

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

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

Microsoft .NET Framework Version: 1.x or 2.0


OracleNullValueException Members

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

OracleNullValueException Constructors


Creates a new instance of the OracleNullValueException class (Overloaded)


OracleNullValueException Static Methods

The OracleNullValueException static methods are listed in Table 13-9.

Table 13-9 OracleNullValueException Static Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)


OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 13-10.

Table 13-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 13-11.

Table 13-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.

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


OracleNullValueException Static Methods

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

Table 13-12 OracleNullValueException Static Methods

Methods Description

Equals

Inherited from System.Object (Overloaded)



OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 13-13.

Table 13-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 13-14.

Table 13-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