IValidationExceptionHandler.HandleUnexpectedExceptions Method
Namespace: Microsoft.Web.Constraint
Assembly: Microsoft.Web.Constraint (in Microsoft.Web.Constraint.dll)
Syntax
'Declaration
Sub HandleUnexpectedExceptions ( _
exceptions As Exception() _
)
'Usage
Dim instance As IValidationExceptionHandler
Dim exceptions As Exception()
instance.HandleUnexpectedExceptions(exceptions)
void HandleUnexpectedExceptions(
Exception[] exceptions
)
Parameters
- exceptions
Type: []
See Also
Reference
IValidationExceptionHandler Interface