Interface IGetsAccessorExceptionBehaviour
An object which can get the behaviour to use for unhandled exceptions thrown by accessor functions.
Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IGetsAccessorExceptionBehaviour
Methods
| Improve this Doc View SourceGetBehaviour(ManifestItem, ResolvedValidationOptions)
Gets the behaviour to use for a specified manifest value.
Declaration
ValueAccessExceptionBehaviour GetBehaviour(ManifestItem manifestValue, ResolvedValidationOptions validationOptions)
Parameters
Type | Name | Description |
---|---|---|
ManifestItem | manifestValue | The manifest value for which behaviour is required. |
ResolvedValidationOptions | validationOptions | The validation options. |
Returns
Type | Description |
---|---|
ValueAccessExceptionBehaviour | The exception behaviour to use. |