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