Click or drag to resize

ServiceException Properties

The ServiceException type exposes the following members.

Properties
 NameDescription
Public propertyFailure Gets the non-null Failure object containing details of the failure on the API's servers that led to this exception on the client.
(Inherited from FailureException)
Public propertyIsDueToServiceTemporarilyDown Returns true if this failure was caused by a temporary problem preventing the API service from functioning properly (sorry!).
Public propertyIsDueToServiceUnexpectedError Returns true if this failure was caused by a unexpected error in the API service (sorry!).
Public propertyMessage Overridden to return the Failure details as the exception message.
(Inherited from FailureException)
Public propertyResponseMetadata Gets the non-null metadata from the FailureResponse that brought details of this failure back from the API servers.
(Inherited from RequestFailureException)
Top
See Also