StreamReadException class

StreamReadException class

The stream reading exception. Caused when stream reading failed due to incorrect offset and bytes count request.

Inheritance: StreamReadExceptionFrameworkException

The StreamReadException type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the StreamReadException class.
initInitializes a new instance of the StreamReadException class.

Properties

PropertyDescription
expected_read_countGets the expected read bytes count.
actual_read_countGets the actual read bytes count.

See Also