StreamReadException.StreamReadException
コンテンツ
[
隠れる
]StreamReadException(string)
の新しいインスタンスを初期化しますStreamReadException
class.
public StreamReadException(string message)
パラメータ | タイプ | 説明 |
---|---|---|
message | String | メッセージ。 |
関連項目
- class StreamReadException
- 名前空間 Aspose.PSD.CoreExceptions
- 組み立て Aspose.PSD
StreamReadException(string, Exception)
の新しいインスタンスを初期化しますStreamReadException
class.
public StreamReadException(string message, Exception innerException)
パラメータ | タイプ | 説明 |
---|---|---|
message | String | メッセージ。 |
innerException | Exception | 内部例外。 |
関連項目
- class StreamReadException
- 名前空間 Aspose.PSD.CoreExceptions
- 組み立て Aspose.PSD
StreamReadException(string, Exception, int, int)
の新しいインスタンスを初期化しますStreamReadException
class.
public StreamReadException(string message, Exception innerException, int expectedReadCount,
int actualReadCount)
パラメータ | タイプ | 説明 |
---|---|---|
message | String | メッセージ。 |
innerException | Exception | 内部例外。 |
expectedReadCount | Int32 | 予想される読み取りカウント。 |
actualReadCount | Int32 | 実際の読み取り回数。 |
関連項目
- class StreamReadException
- 名前空間 Aspose.PSD.CoreExceptions
- 組み立て Aspose.PSD
StreamReadException(string, int, int)
の新しいインスタンスを初期化しますStreamReadException
class.
public StreamReadException(string message, int expectedReadCount, int actualReadCount)
パラメータ | タイプ | 説明 |
---|---|---|
message | String | メッセージ。 |
expectedReadCount | Int32 | 予想される読み取りカウント。 |
actualReadCount | Int32 | 実際の読み取り回数。 |
関連項目
- class StreamReadException
- 名前空間 Aspose.PSD.CoreExceptions
- 組み立て Aspose.PSD