StreamReadException
StreamReadException constructor (1 of 4)
public StreamReadException(string message)
See Also
StreamReadException constructor (2 of 4)
public StreamReadException(string message, Exception innerException)
See Also
StreamReadException constructor (3 of 4)
public StreamReadException(string message, Exception innerException, int expectedReadCount,
int actualReadCount)
See Also
StreamReadException constructor (4 of 4)
public StreamReadException(string message, int expectedReadCount, int actualReadCount)
See Also