Close
Overrides Stream
This instance method closes the current stream and releases any resources associated with it.
Declaration
// C# public override void Close();
Exceptions
ObjectDisposedException
- The object is already disposed.
InvalidOperationException
- The OracleConnection
is not open or has been closed during the lifetime of the object.