DefaultHttpErrorDetectionStrategy.IsTransient Method (Exception)
Returns true if status code in HttpRequestExceptionWithStatus exception is greater than or equal to 500 and not NotImplemented (501) or HttpVersionNotSupported (505).
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- ex
-
Type:
System.Exception
Exception to check against.
Show: