BaseCollectionSpecification<T, TType>.

CreateFailedMessage() Method

Summary

Gets validation failed message of whole Specification.

Syntax

[PublicAPI]
[NotNull]
protected abstract string CreateFailedMessage()

Remarks

Invoked only when overall result is False.

Attributes

Type Description
PublicAPI
NotNull

Return Value

Type Description
string Validation failed message.
GitHub