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