StreamReadException.StreamReadException

StreamReadException(string)

の新しいインスタンスを初期化しますStreamReadExceptionclass.

public StreamReadException(string message)
パラメータタイプ説明
messageStringメッセージ。

関連項目


StreamReadException(string, Exception)

の新しいインスタンスを初期化しますStreamReadExceptionclass.

public StreamReadException(string message, Exception innerException)
パラメータタイプ説明
messageStringメッセージ。
innerExceptionException内部例外。

関連項目


StreamReadException(string, Exception, int, int)

の新しいインスタンスを初期化しますStreamReadExceptionclass.

public StreamReadException(string message, Exception innerException, int expectedReadCount, 
    int actualReadCount)
パラメータタイプ説明
messageStringメッセージ。
innerExceptionException内部例外。
expectedReadCountInt32予想される読み取りカウント。
actualReadCountInt32実際の読み取り回数。

関連項目


StreamReadException(string, int, int)

の新しいインスタンスを初期化しますStreamReadExceptionclass.

public StreamReadException(string message, int expectedReadCount, int actualReadCount)
パラメータタイプ説明
messageStringメッセージ。
expectedReadCountInt32予想される読み取りカウント。
actualReadCountInt32実際の読み取り回数。

関連項目