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

 日本語