ServerManagedIdentityErrorDetectionStrategy.IsTransient(Exception) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified exception represents a transient failure that can be compensated by a retry.
C#
public bool IsTransient (Exception ex);
abstract member IsTransient : Exception -> bool
override this.IsTransient : Exception -> bool
Public Function IsTransient (ex As Exception) As Boolean
- ex
- Exception
The exception object to be verified.
true if the specified exception is considered as transient; otherwise, false.
Produkt | Versionen |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |