StreamReadException.StreamReadException

StreamReadException(string)

का एक नया उदाहरण प्रारंभ करता हैStreamReadException वर्ग.

public StreamReadException(string message)
पैरामीटरप्रकारविवरण
messageStringसंदेश।

यह सभी देखें


StreamReadException(string, Exception)

का एक नया उदाहरण प्रारंभ करता हैStreamReadException वर्ग.

public StreamReadException(string message, Exception innerException)
पैरामीटरप्रकारविवरण
messageStringसंदेश।
innerExceptionExceptionभीतर का अपवाद।

यह सभी देखें


StreamReadException(string, Exception, int, int)

का एक नया उदाहरण प्रारंभ करता हैStreamReadException वर्ग.

public StreamReadException(string message, Exception innerException, int expectedReadCount, 
    int actualReadCount)
पैरामीटरप्रकारविवरण
messageStringसंदेश।
innerExceptionExceptionभीतर का अपवाद।
expectedReadCountInt32अपेक्षित पठन गणना।
actualReadCountInt32वास्तविक पढ़ने की संख्या।

यह सभी देखें


StreamReadException(string, int, int)

का एक नया उदाहरण प्रारंभ करता हैStreamReadException वर्ग.

public StreamReadException(string message, int expectedReadCount, int actualReadCount)
पैरामीटरप्रकारविवरण
messageStringसंदेश।
expectedReadCountInt32अपेक्षित पठन गणना।
actualReadCountInt32वास्तविक पढ़ने की संख्या।

यह सभी देखें