15.3 OracleTruncateException Class
The OracleTruncateException class represents an exception that is thrown when truncation in a ODP.NET Types class occurs.
                  
Class Inheritance
System.Object 
                  
  System.Exception 
                  
    System.SystemException 
                  
      System.OracleTypeException 
                  
        Oracle.DataAccess.Types.OracleTruncateException 
                  
Declaration
// C# public sealed class OracleTruncateException : OracleTypeException
Requirements
| Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | 
|---|---|---|
| Assembly | 
 | 
 | 
| Namespace | 
 | 
 | 
| .NET Framework | 3.5, 4.5, 4.6 | 4.5, 4.6 | 
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.