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