Edit

Share via


ResponseCode.IsFailureResponse(Int32) Method

Definition

Returns true if the response code is in the range of failure responses; otherwise false. A return value of false does not necessarily indicate that the response code indicates success.

public:
 static bool IsFailureResponse(int responseCode);
public static bool IsFailureResponse (int responseCode);
static member IsFailureResponse : int -> bool
Public Shared Function IsFailureResponse (responseCode As Integer) As Boolean

Parameters

responseCode
Int32

The response code to check.

Returns

Returns true if the response code is in the range of failure responses, otherwise false.

Applies to