OperationInterruptedException.OperationInterruptedException

OperationInterruptedException(string)

の新しいインスタンスを初期化しますOperationInterruptedExceptionclass.

public OperationInterruptedException(string message)
パラメータタイプ説明
messageString例外メッセージ。

関連項目


OperationInterruptedException(string, Exception)

の新しいインスタンスを初期化しますOperationInterruptedExceptionclass.

public OperationInterruptedException(string message, Exception innerException)
パラメータタイプ説明
messageString例外メッセージ。
innerExceptionException内部例外。

関連項目