类 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; }获取预期读取的字节数。

另请参见