StreamReadException

StreamReadException(string)

Yeni bir örneğini başlatırStreamReadException sınıf.

public StreamReadException(string message)
ParametreTipTanım
messageStringMesaj.

Ayrıca bakınız


StreamReadException(string, Exception)

Yeni bir örneğini başlatırStreamReadException sınıf.

public StreamReadException(string message, Exception innerException)
ParametreTipTanım
messageStringMesaj.
innerExceptionExceptionİç istisna.

Ayrıca bakınız


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)
ParametreTipTanım
messageStringMesaj.
innerExceptionExceptionİç istisna.
expectedReadCountInt32Beklenen okuma sayısı.
actualReadCountInt32Gerçek okuma sayısı.

Ayrıca bakınız


StreamReadException(string, int, int)

Yeni bir örneğini başlatırStreamReadException sınıf.

public StreamReadException(string message, int expectedReadCount, int actualReadCount)
ParametreTipTanım
messageStringMesaj.
expectedReadCountInt32Beklenen okuma sayısı.
actualReadCountInt32Gerçek okuma sayısı.

Ayrıca bakınız