Table of Contents

Constructor StreamReadException

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

StreamReadException(string)

Initializes a new instance of the StreamReadException class.

public StreamReadException(string message)

Parameters

message string

The message.

StreamReadException(string, Exception)

Initializes a new instance of the StreamReadException class.

public StreamReadException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.

StreamReadException(string, Exception, int, int)

Initializes a new instance of the StreamReadException class.

public StreamReadException(string message, Exception innerException, int expectedReadCount, int actualReadCount)

Parameters

message string

The message.

innerException Exception

The inner exception.

expectedReadCount int

The expected read count.

actualReadCount int

The actual read count.

StreamReadException(string, int, int)

Initializes a new instance of the StreamReadException class.

public StreamReadException(string message, int expectedReadCount, int actualReadCount)

Parameters

message string

The message.

expectedReadCount int

The expected read count.

actualReadCount int

The actual read count.