ConcurrencyFault Properties |
The ConcurrencyFault type exposes the following members.
| 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.) |