| Oracle® Data Provider for .NET Developer's Guide 11g Release 2 (11.2.0.3) Part Number E23174-02 | 
 | 
| 
 | PDF · Mobi · ePub | 
The OracleTruncateException class represents an exception that is thrown when truncation in a ODP.NET Types class occurs.
System.Object
  System.Exception
    System.SystemException
      System.OracleTypeException
        Oracle.DataAccess.Types.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.DataAccess.dll
ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4
See Also:
OracleTruncateException members are listed in the following tables.
OracleTruncateException Constructors
The OracleTruncateException constructors are listed in Table 15-15.
Table 15-15 OracleTruncateException Constructors
| Constructor | Description | 
|---|---|
| Creates a new instance of the  | 
OracleTruncateException Static Methods
The OracleTruncateException static methods are listed in Table 15-16.
Table 15-16 OracleTruncateException Static Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
OracleTruncateException Properties
The OracleTruncateException properties are listed in Table 15-17.
Table 15-17 OracleTruncateException Properties
| Properties | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
OracleTruncateException Methods
The OracleTruncateException methods are listed in Table 15-18.
Table 15-18 OracleTruncateException Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
The OracleTruncateException constructors create new instances of the OracleTruncateException class
This constructor creates a new instance of the OracleTruncateException class with its default properties.
OracleTruncateException(string)
This constructor creates a new instance of the OracleTruncateException class with the specified error message, errMessage.
See Also:
This constructor creates a new instance of the OracleTruncateException class with its default properties.
// C# public OracleTruncateException();
See Also:
This constructor creates a new instance of the OracleTruncateException class with the specified error message, errMessage.
// C#
public OracleTruncateException (string errMessage);
errMessage
The specified error message.
See Also:
The OracleTruncateException static methods are listed in Table 15-19.
Table 15-19 OracleTruncateException Static Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
See Also:
The OracleTruncateException properties are listed in Table 15-20.
Table 15-20 OracleTruncateException Properties
| Properties | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
See Also:
The OracleTruncateException methods are listed in Table 15-21.
Table 15-21 OracleTruncateException Methods
| Methods | Description | 
|---|---|
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  |