Class StreamReadException

StreamReadException class

ストリーム読み取り例外。不正なオフセットとバイト カウント リクエストが原因で、ストリームの読み取りが失敗したときに発生します。

public class StreamReadException : FrameworkException

コンストラクター

名前説明
StreamReadException(string)の新しいインスタンスを初期化しますStreamReadExceptionclass.
StreamReadException(string, Exception)の新しいインスタンスを初期化しますStreamReadExceptionclass.
StreamReadException(string, int, int)の新しいインスタンスを初期化しますStreamReadExceptionclass.
StreamReadException(string, Exception, int, int)の新しいインスタンスを初期化しますStreamReadExceptionclass.

プロパティ

名前説明
ActualReadCount { get; }実際の読み取りバイト数を取得します。
ExpectedReadCount { get; }予想される読み取りバイト数を取得します。

関連項目