'宣言 Public Shared Function IsCancelled( _ ByVal aex As System.AggregateException _ ) As System.Boolean
'使用法 Dim aex As System.AggregateException Dim value As System.Boolean value = Utils.IsCancelled(aex)
public static System.bool IsCancelled( System.AggregateException aex )
パラメータ
- aex
- アプリケーション実行中に発生する 1 つ以上のエラーを表します。
戻り値の型
タスク System.Threading.Tasks.TaskCanceledException が発生した場合は true、そうでない場合は false。