MediaErrorDetectionStrategy.IsTransient(Exception) Method
Definition
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.
public virtual bool IsTransient (Exception ex);
abstract member IsTransient : Exception -> bool
override this.IsTransient : Exception -> bool
Public Overridable Function IsTransient (ex As Exception) As Boolean
Parameters
- ex
- Exception
Returns
Implements
Microsoft.Practices.TransientFaultHandling.ITransientErrorDetectionStrategy.IsTransient(System.Exception)