OracleTypeException(string)
This constructor creates a new instance of the OracleTypeException class with the specified error message, errMessage.
Declaration
// C#
public OracleTypeException (string errMessage); Parameters
-
errMessageThe specified error message.