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