シンタックス
'宣言
Public Function New( _
ByVal As System.Collections.Generic.List(Of ParameterValidationError), _
ByVal As System.Exception, _
ByVal As System.Boolean _
)
'使用法
Dim errors As System.Collections.Generic.List(Of ParameterValidationError)
Dim error As System.Exception
Dim cancelled As System.Boolean
Dim instance As New ValidateParametersCompletedEventArgs(errors, error, cancelled)
public ValidateParametersCompletedEventArgs(
System.Collections.Generic.List<ParameterValidationError> ,
System.Exception ,
System.bool
)
パラメータ
- errors
- パラメータ値のチェック中に発生したエラーを記述する ParameterValidationErrorオブジェクトのリスト。
- error
- 非同期操作中に発生したエラー。
- cancelled
- 非同期操作がキャンセルされたかどうかを示す値。
参照