Class 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; } | 获取预期的读取字节数。 |
也可以看看
- class FrameworkException
- 命名空间 Aspose.PSD.CoreExceptions
- 部件 Aspose.PSD