OracleNullValueException Class
The OracleNullValueException
represents an exception that is thrown when trying to access an ODP.NET Types structure that has a null value.
Class Inheritance
System.Object
System.Exception
System.SystemException
System.OracleTypeException
Oracle.DataAccess.Types.OracleNullValueException
Declaration
// C# public sealed class OracleNullValueException : OracleTypeException
Requirements
Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core |
---|---|---|---|
Assembly |
|
|
|
Namespace |
|
|
|
.NET Framework |
4.8 |
4.8 |
- |
.NET (Core) |
- |
- |
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.