StreamReadException

StreamReadException class

流读取异常。由于不正确的偏移量和字节计数请求导致流读取失败。

public class StreamReadException : FrameworkException

构造函数

姓名描述
StreamReadException(string)初始化StreamReadException类.
StreamReadException(string, Exception)初始化StreamReadException类.
StreamReadException(string, int, int)初始化StreamReadException类.
StreamReadException(string, Exception, int, int)初始化StreamReadException类.

特性

姓名描述
ActualReadCount { get; }获取实际读取的字节数。
ExpectedReadCount { get; }获取预期的读取字节数。

也可以看看