DecodeException(Exception, HttpStatusCode, string, bool)
abstract
public abstract bool DecodeException(Exception exception, out HttpStatusCode httpStatusCode, out string restStatus, bool getExtendedErrors = false) Decode details of the exception.
Parameters
exceptionException- Exception to decode.
httpStatusCodeHttpStatusCode- HTTP status code for the error.
restStatusstring- REST status for the error.
getExtendedErrorsbool- Whether or not to extract REST error code.
Returns
A value indicating whether the exception was decoded.
