| Oracle Data Provider for .NET Developer's Guide Release 9.2.0.2 Part Number A96160-01 |
|
Oracle.DataAccess.Types Namespace (ODP.NET Types), 13 of 17
The OracleTruncateException class represents an exception that is thrown when truncation in a ODP.NET Types class occurs.
Object
Exception
SystemException
OracleTypeException
OracleTruncateException
// C#
public sealed class OracleTruncateException : OracleTypeException
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Namespace: Oracle.DataAccess.Types
Assembly: Oracle.DataAccesss.dll
OracleTruncateException members are listed in the following tables:
The OracleTruncateException constructors are listed in Table 5-140.
| Constructor | Description |
|---|---|
|
Creates a new instance of the |
The OracleTruncateException static methods are listed in Table 5-141.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleTruncateException properties are listed in Table 5-142.
The OracleTruncateException methods are listed in Table 5-143.
The OracleTruncateException constructors create new instances of the OracleTruncateException class
This constructor creates a new instance of the OracleTruncateException class with its default properties.
This constructor creates a new instance of the OracleTruncateException class with the specified error message, errMessage.
This constructor creates a new instance of the OracleTruncateException class with its default properties.
// C# public OracleTruncateException();
This constructor creates a new instance of the OracleTruncateException class with the specified error message, errMessage.
// C# public OracleTruncateException (string errMessage);
The OracleTruncateException static methods are listed in Table 5-144.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleTruncateException properties are listed in Table 5-145.
The OracleTruncateException methods are listed in Table 5-146.
This section covers the following object classes:
All offsets are 0-based for all ODP.NET LOB object parameters.
|
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|