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
stringThe message.
StreamReadException(string, Exception)
Initializes a new instance of the StreamReadException class.
public StreamReadException(string message, Exception innerException)
Parameters
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
stringThe message.
innerException
ExceptionThe inner exception.
expectedReadCount
intThe expected read count.
actualReadCount
intThe actual read count.
StreamReadException(string, int, int)
Initializes a new instance of the StreamReadException class.
public StreamReadException(string message, int expectedReadCount, int actualReadCount)