| Oracle® Data Provider for .NET Developer's Guide Release 9.2.0.4 Part Number B10961-01 |
|
Oracle.DataAccess.Types Namespace (ODP.NET Types), 11 of 19
The OracleTypeException is the base exception class for handling exceptions that occur in the ODP.NET Types classes.
Object
Exception
SystemException
OracleTypeException
// C# public class OracleTypeException : SystemException
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Namespace: Oracle.DataAccess.Types
Assembly: Oracle.DataAccess.dll
OracleTypeException members are listed in the following tables:
The OracleTypeException constructors are listed in Table 5-126.
| Constructor | Description |
|---|---|
|
Creates a new instance of the |
The OracleTypeException static methods are listed in Table 5-127.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleTypeException properties are listed in Table 5-128.
The OracleTypeException methods are listed in Table 5-129.
The OracleTypeException constructors create new instances of the OracleTypeException class.
This constructor creates a new instance of the OracleTypeException class with the specified error message, errMessage.
This constructor creates a new instance of the OracleTypeException class with the specified serialization information, si, and the specified streaming context, sc.
This constructor creates a new instance of the OracleTypeException class with the specified error message, errMessage.
// C# public OracleTypeException (string errMessage);
This constructor creates a new instance of the OracleTypeException class with the specified serialization information, si, and the specified streaming context, sc.
// C# public OracleTypeException (SerializationInfo si, StreamingContext sc);
The OracleTypeException static methods are listed in Table 5-130.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleTypeException properties are listed in Table 5-131.
Overrides Exception
This property specifies the error messages that occur in the exception.
// C# public override string Message {get;}
An error message.
Overrides Exception
This property specifies the name of the data provider that generates the error.
// C# public override string Source {get;}
Oracle Data Provider for .NET.
The OracleTypeException methods are listed in Table 5-132.
Overrides Exception
This method returns the fully qualified name of this exception, the error message in the Message property, the InnerException.ToString() message, and the stack trace.
// C# public override string ToString();
The fully qualified name of this exception.
|
|
![]() Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved. |
|