Summary
Gets validation failed message of
Specification for candidate content.
- Namespace
- FluentSpecification
.Core - Containing Type
- Validation
Specification <T>
Syntax
[PublicAPI]
[NotNull]
protected abstract string CreateFailedMessage(T candidate)
Remarks
Invoked only when overall result is
False.
Attributes
| Type | Description |
|---|---|
| PublicAPI | |
| NotNull |
Parameters
| Name | Type | Description |
|---|---|---|
| candidate | T | Incorrect candidate object. |
Return Value
| Type | Description |
|---|---|
| string | Validation failed message. |

