ValidationFault Constructor (String, CultureInfo, ListBrokenBusinessRule) |
Specialized constructor
Namespace:
Tse.EasyBook.Server.DataContracts.Faults
Assembly:
Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ValidationFault(
string message,
CultureInfo messageCulture,
List<BrokenBusinessRule> brokenRules
)
Parameters
- message
- Type: SystemString
General exception message for all broken rules. Normally it is empty. - messageCulture
- Type: System.GlobalizationCultureInfo
Exception culture - brokenRules
- Type: System.Collections.GenericListBrokenBusinessRule
The list of broken rules return by the validation rule system.
See Also