StreamReadException
İçindekiler
[
Saklamak
]StreamReadException(string)
Yeni bir örneğini başlatırStreamReadException
sınıf.
public StreamReadException(string message)
Parametre | Tip | Tanım |
---|---|---|
message | String | Mesaj. |
Ayrıca bakınız
- class StreamReadException
- ad alanı Aspose.Imaging.CoreExceptions
- toplantı Aspose.Imaging
StreamReadException(string, Exception)
Yeni bir örneğini başlatırStreamReadException
sınıf.
public StreamReadException(string message, Exception innerException)
Parametre | Tip | Tanım |
---|---|---|
message | String | Mesaj. |
innerException | Exception | İç istisna. |
Ayrıca bakınız
- class StreamReadException
- ad alanı Aspose.Imaging.CoreExceptions
- toplantı Aspose.Imaging
StreamReadException(string, Exception, int, int)
Yeni bir örneğini başlatırStreamReadException
sınıf.
public StreamReadException(string message, Exception innerException, int expectedReadCount,
int actualReadCount)
Parametre | Tip | Tanım |
---|---|---|
message | String | Mesaj. |
innerException | Exception | İç istisna. |
expectedReadCount | Int32 | Beklenen okuma sayısı. |
actualReadCount | Int32 | Gerçek okuma sayısı. |
Ayrıca bakınız
- class StreamReadException
- ad alanı Aspose.Imaging.CoreExceptions
- toplantı Aspose.Imaging
StreamReadException(string, int, int)
Yeni bir örneğini başlatırStreamReadException
sınıf.
public StreamReadException(string message, int expectedReadCount, int actualReadCount)
Parametre | Tip | Tanım |
---|---|---|
message | String | Mesaj. |
expectedReadCount | Int32 | Beklenen okuma sayısı. |
actualReadCount | Int32 | Gerçek okuma sayısı. |
Ayrıca bakınız
- class StreamReadException
- ad alanı Aspose.Imaging.CoreExceptions
- toplantı Aspose.Imaging