Method GetStream : Stream ()
Returns the stream involved in the error.
Impressum, Datenschutzerklärung
Common base class for stream exceptions. More...
Extends | |
---|---|
Throwable |
The Throwable class must be extended by all classes that are intended to be used with Throw. |
Extended By | |
---|---|
StreamReadError ,
StreamWriteError
|
Methods | |
---|---|
GetStream : Stream () |
Returns the stream involved in the error. |
ToString : String () |
Returns a message describing the error. |
Common base class for stream exceptions.
Method GetStream : Stream ()
Returns the stream involved in the error.
Method ToString : String ()
Returns a message describing the error.