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