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실제 읽기 수입니다.

또한보십시오