Skip Headers
Oracle® Data Provider for .NET Developer's Guide
10g Release 2 (10.2)

Part Number B14307-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
PDF · Mobi · ePub

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


OracleTruncateException Members

OracleTruncateException members are listed in the following tables:

OracleTruncateException Constructors

The OracleTruncateException constructors are listed in Table 12-15.

Table 12-15 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 12-16.

Table 12-16 OracleTruncateException Static Methods

Methods Description
Equals Inherited from Object (Overloaded)

OracleTruncateException Properties

The OracleTruncateException properties are listed in Table 12-17.

Table 12-17 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 12-18.

Table 12-18 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


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

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 12-19.

Table 12-19 OracleTruncateException Static Methods

Methods Description
Equals Inherited from Object (Overloaded)


OracleTruncateException Properties

The OracleTruncateException properties are listed in Table 12-20.

Table 12-20 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 12-21.

Table 12-21 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