Click or drag to resize

AuthorizationFault Class

Fault contract class for returning authorization exception information to a client.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContracts.FaultsFault
    Tse.EasyBook.Server.DataContracts.FaultsAuthorizationFault

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)
Syntax
C#
public class AuthorizationFault : Fault

The AuthorizationFault type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationFault(CultureInfo)
Specialized constructor
Public methodAuthorizationFault(CultureInfo, String)
Specialized constructor
Top
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
Methods
  NameDescription
Public methodToString
Override ToString to include the unique id in exceptions dumps.
(Inherited from Fault.)
Top
See Also