OperationInterruptedException.OperationInterruptedException

OperationInterruptedException(string)

Menginisialisasi instance baru dariOperationInterruptedException kelas.

public OperationInterruptedException(string message)
ParameterJenisKeterangan
messageStringPesan pengecualian.

Lihat juga


OperationInterruptedException(string, Exception)

Menginisialisasi instance baru dariOperationInterruptedException kelas.

public OperationInterruptedException(string message, Exception innerException)
ParameterJenisKeterangan
messageStringPesan pengecualian.
innerExceptionExceptionPengecualian batin.

Lihat juga