Class StreamReadException

StreamReadException class

스트림 읽기 예외입니다. 잘못된 오프셋 및 바이트 수 요청으로 인해 스트림 읽기에 실패한 경우 발생했습니다.

public class StreamReadException : FrameworkException

생성자

이름설명
StreamReadException(string)의 새 인스턴스를 초기화합니다.StreamReadException 클래스.
StreamReadException(string, Exception)의 새 인스턴스를 초기화합니다.StreamReadException 클래스.
StreamReadException(string, int, int)의 새 인스턴스를 초기화합니다.StreamReadException 클래스.
StreamReadException(string, Exception, int, int)의 새 인스턴스를 초기화합니다.StreamReadException 클래스.

속성

이름설명
ActualReadCount { get; }실제 읽은 바이트 수를 가져옵니다.
ExpectedReadCount { get; }예상 읽기 바이트 수를 가져옵니다.

또한보십시오