Table of Contents

Class StreamReadException

Namespace
Aspose.CAD.CadExceptions
Assembly
Aspose.CAD.dll

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

public class StreamReadException : FrameworkException, ISerializable
Inheritance
StreamReadException
Implements
Inherited Members

Constructors

StreamReadException(string)

Initializes a new instance of the StreamReadException class.

StreamReadException(string, Exception)

Initializes a new instance of the StreamReadException class.

StreamReadException(string, Exception, int, int)

Initializes a new instance of the StreamReadException class.

StreamReadException(string, int, int)

Initializes a new instance of the StreamReadException class.

Properties

ActualReadCount

Gets the actual read bytes count.

ExpectedReadCount

Gets the expected read bytes count.