StreamReadException Constructor (String, Exception, Int32, Int32)

Initializes a new instance of the StreamReadException class.

Namespace:  Aspose.CAD.CadExceptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public StreamReadException(
	string message,
	Exception innerException,
	int expectedReadCount,
	int actualReadCount
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
expectedReadCount
Type: SystemInt32
The expected read count.
actualReadCount
Type: SystemInt32
The actual read count.
See Also