'宣言 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。