StreamReadException.StreamReadException
inhoud
[
verbergen
]StreamReadException(string)
Initialiseert een nieuw exemplaar van hetStreamReadException klasse.
public StreamReadException(string message)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | De boodschap. |
Zie ook
- class StreamReadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD
StreamReadException(string, Exception)
Initialiseert een nieuw exemplaar van hetStreamReadException klasse.
public StreamReadException(string message, Exception innerException)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | De boodschap. |
| innerException | Exception | De innerlijke uitzondering. |
Zie ook
- class StreamReadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD
StreamReadException(string, Exception, int, int)
Initialiseert een nieuw exemplaar van hetStreamReadException klasse.
public StreamReadException(string message, Exception innerException, int expectedReadCount,
int actualReadCount)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | De boodschap. |
| innerException | Exception | De innerlijke uitzondering. |
| expectedReadCount | Int32 | Het verwachte aantal gelezen. |
| actualReadCount | Int32 | Het daadwerkelijke gelezen aantal. |
Zie ook
- class StreamReadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD
StreamReadException(string, int, int)
Initialiseert een nieuw exemplaar van hetStreamReadException klasse.
public StreamReadException(string message, int expectedReadCount, int actualReadCount)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | De boodschap. |
| expectedReadCount | Int32 | Het verwachte aantal gelezen. |
| actualReadCount | Int32 | Het daadwerkelijke gelezen aantal. |
Zie ook
- class StreamReadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD