InterruptedIOException Members

InterruptedIOException Members

Class Overview | This Package | All Packages

Fields
Name Description
bytesTransferred Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.

Constructors
Name Description
InterruptedIOException() Constructs an InterruptedIOException with no detail message.
InterruptedIOException(String) Constructs an InterruptedIOException with the specified detail message.


Send feedback to MSDN.Look here for MSDN Online resources.