Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
This interface represents a failure that occurred during a server call.
The IFailure type exposes the following members.
Properties
Name
Description
Gets the code associated with this failure. Typically, the type of the exception this Failure represents is retuned.
Gets the message associated with this failure. Typically the message of the exception this Failure represents.
Top