Click or drag to resize

AuthorizationFault Properties

The AuthorizationFault type exposes the following members.

Properties
  NameDescription
Public propertyBrokenRules
Possible list of broken business validation rules. Use to provide specific fault information to the service consumer.
(Inherited from Fault.)
Public propertyErrorCode
The error code of the exception
(Inherited from Fault.)
Public propertyErrorCodeText
The error code of the exception as text
(Inherited from Fault.)
Public propertyMessage
Fault message.
(Inherited from Fault.)
Public propertyMessageCulture
Culture name of the fault message.
(Inherited from Fault.)
Public propertyOriginalException
The fault original exception if is has any.
(Inherited from Fault.)
Public propertyStackTrace
Stack trace from the server exception.
(Inherited from Fault.)
Public propertyUniqueId
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.)
Top
See Also