Initializes a new instance of the
ValidateParametersCompletedEventArgs class.
シンタックス
'宣言
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
- A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
- error
- Any error that occurred during the asynchronous operation.
- cancelled
- A value indicating whether the asynchronous operation was canceled.
参照