Class StreamReadException

Class StreamReadException

이름 공간 : Aspose.Imaging.CoreExceptions 모임: Aspose.Imaging.dll (25.4.0)

스트림 읽기 예외. 스트림 읽기 실패로 인해 잘못된 할인 및 바이트 계산 요청으로 인해 발생합니다.

public class StreamReadException : FrameworkException, ISerializable

Inheritance

object Exception FrameworkException StreamReadException

Implements

ISerializable

상속 회원들

Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , Exception.SerializeObjectState , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

StreamReadException(스트리트)

Aspose.Imaging.CoreExceptions.StreamReadException 클래스의 새로운 사례를 시작합니다.

public StreamReadException(string message)

Parameters

message string

그 메시지

StreamReadException(스트리트, 예외)

Aspose.Imaging.CoreExceptions.StreamReadException 클래스의 새로운 사례를 시작합니다.

public StreamReadException(string message, Exception innerException)

Parameters

message string

그 메시지

innerException Exception

내면의 예외

StreamReadException(스트링, 예외, int, int)

Aspose.Imaging.CoreExceptions.StreamReadException 클래스의 새로운 사례를 시작합니다.

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

Parameters

message string

그 메시지

innerException Exception

내면의 예외

expectedReadCount int

예상되는 읽기 계산.

actualReadCount int

실제 읽기 숫자

StreamReadException(링크, int, int)

Aspose.Imaging.CoreExceptions.StreamReadException 클래스의 새로운 사례를 시작합니다.

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

Parameters

message string

그 메시지

expectedReadCount int

예상되는 읽기 계산.

actualReadCount int

실제 읽기 숫자

Properties

ActualReadCount

실제 읽기 바이트를 계산합니다.

public int ActualReadCount { get; }

부동산 가치

int

ExpectedReadCount

예상되는 읽기 바이트를 계산합니다.

public int ExpectedReadCount { get; }

부동산 가치

int

 한국어