OracleTypeException Class
The OracleTypeException
is the base exception class for handling exceptions that occur in the ODP.NET Types classes.
Class Inheritance
System.Object
System.Exception
System.SystemException
Oracle.DataAccess.Types.OracleTypeException
Declaration
// C# public class OracleTypeException : SystemException
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.