StreamReadException.StreamReadException
Contents
[
Hide
]StreamReadException(string)
Initializes a new instance of the StreamReadException
class.
public StreamReadException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
See Also
- class StreamReadException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD
StreamReadException(string, Exception)
Initializes a new instance of the StreamReadException
class.
public StreamReadException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
innerException | Exception | The inner exception. |
See Also
- class StreamReadException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD
StreamReadException(string, Exception, int, int)
Initializes a new instance of the StreamReadException
class.
public StreamReadException(string message, Exception innerException, int expectedReadCount,
int actualReadCount)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
innerException | Exception | The inner exception. |
expectedReadCount | Int32 | The expected read count. |
actualReadCount | Int32 | The actual read count. |
See Also
- class StreamReadException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD
StreamReadException(string, int, int)
Initializes a new instance of the StreamReadException
class.
public StreamReadException(string message, int expectedReadCount, int actualReadCount)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
expectedReadCount | Int32 | The expected read count. |
actualReadCount | Int32 | The actual read count. |
See Also
- class StreamReadException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD