ValidationFault Class |
Namespace: Tse.EasyBook.Server.DataContracts.Faults
public class ValidationFault : Fault
The ValidationFault type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidationFault(CultureInfo, IListBrokenBusinessRule) |
Specialized constructor
| |
| ValidationFault(CultureInfo, BrokenBusinessRule) |
Specialized constructor
| |
| ValidationFault(String, CultureInfo) |
Specialized constructor
| |
| ValidationFault(String, CultureInfo, ListBrokenBusinessRule) |
Specialized constructor
| |
| ValidationFault(String, CultureInfo, BrokenBusinessRule) |
Specialized constructor
|
| Name | Description | |
|---|---|---|
| BrokenRules |
Possible list of broken business validation rules. Use to provide specific fault information to
the service consumer.
(Inherited from Fault.) | |
| ErrorCode |
The error code of the exception
(Inherited from Fault.) | |
| ErrorCodeText |
The error code of the exception as text
(Inherited from Fault.) | |
| Message |
Fault message.
(Inherited from Fault.) | |
| MessageCulture |
Culture name of the fault message.
(Inherited from Fault.) | |
| OriginalException |
The fault original exception if is has any.
(Inherited from Fault.) | |
| StackTrace |
Stack trace from the server exception.
(Inherited from Fault.) | |
| UniqueId |
Unique identifier for each fault instance. Can be use to lookup the exception logged on the server side from the client side.
(Inherited from Fault.) |
| Name | Description | |
|---|---|---|
| ToString |
Override ToString to include the unique id in exceptions dumps.
(Inherited from Fault.) |