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), 13 of 17


OracleTruncateException Class

The OracleTruncateException class represents an exception that is thrown when truncation in a ODP.NET Types class occurs.

Class Inheritance

Object

  Exception

    SystemException

      OracleTypeException

        OracleTruncateException

Declaration
// C#
public sealed class OracleTruncateException : 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:

OracleTruncateException Members

OracleTruncateException members are listed in the following tables:

OracleTruncateException Constructors

The OracleTruncateException constructors are listed in Table 5-140.

Table 5-140 OracleTruncateException Constructors  
Constructor Description

OracleTruncateException Constructors

Creates a new instance of the OracleTruncateException class (Overloaded)

OracleTruncateException Static Methods

The OracleTruncateException static methods are listed in Table 5-141.

Table 5-141 OracleTruncateException Static Methods  
Methods Description

Equals

Inherited from Object (Overloaded)

OracleTruncateException Properties

The OracleTruncateException properties are listed in Table 5-142.

Table 5-142 OracleTruncateException 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

OracleTruncateException Methods

The OracleTruncateException methods are listed in Table 5-143.

Table 5-143 OracleTruncateException 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:

OracleTruncateException Constructors

The OracleTruncateException constructors create new instances of the OracleTruncateException class

Overload List:

OracleTruncateException()

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

Declaration
// C#
public OracleTruncateException();

See Also:

OracleTruncateException(string)

This constructor creates a new instance of the OracleTruncateException class with the specified error message, errMessage.

Declaration
// C#
public OracleTruncateException (string errMessage);
Parameters

OracleTruncateException Static Methods

The OracleTruncateException static methods are listed in Table 5-144.

Table 5-144 OracleTruncateException Static Methods  
Methods Description

Equals

Inherited from Object (Overloaded)

See Also:

OracleTruncateException Properties

The OracleTruncateException properties are listed in Table 5-145.

Table 5-145 OracleTruncateException 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:

OracleTruncateException Methods

The OracleTruncateException methods are listed in Table 5-146.

Table 5-146 OracleTruncateException 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:

ODP.NET Type Objects

This section covers the following object classes:

All offsets are 0-based for all ODP.NET LOB object parameters.


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