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
- 
                        errMessageThe specified error message.