Skip Headers

Oracle Data Provider for .NET Developer's Guide
Release 9.2.0.2

Part Number A96160-01
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to beginning of chapter Go to next page

Oracle.DataAccess.Types Namespace (ODP.NET Types), 12 of 17


OracleNullValueException Class

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.DataAccesss.dll

See Also:

OracleNullValueException Members

OracleNullValueException members are listed in the following tables:

OracleNullValueException Constructors

The OracleNullValueException constructors are listed in Table 5-133.

Table 5-133 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 5-134.

Table 5-134 OracleNullValueException Static Methods  
Methods Description

Equals

Inherited from Object (Overloaded)

OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 5-135.

Table 5-135 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 5-136.

Table 5-136 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

See Also:

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();

See Also:

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 5-137.

Table 5-137 OracleNullValueException Static Methods  
Methods Description

Equals

Inherited from Object (Overloaded)

See Also:

OracleNullValueException Properties

The OracleNullValueException properties are listed in Table 5-138.

Table 5-138 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

See Also:

OracleNullValueException Methods

The OracleNullValueException methods are listed in Table 5-139.

Table 5-139 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


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2002 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents
Go To Index
Index