StreamReadException

StreamReadException(string)

public StreamReadException(string message)

也可以看看


StreamReadException(string, Exception)

public StreamReadException(string message, Exception innerException)

也可以看看


StreamReadException(string, Exception, int, int)

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

也可以看看


StreamReadException(string, int, int)

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

也可以看看