Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether it is safe to retry the operation that caused the exception.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overridable Property IsRetriable As Boolean
Get
Set
'Usage
Dim instance As BdcException
Dim value As Boolean
value = instance.IsRetriable
instance.IsRetriable = value
public virtual bool IsRetriable { get; set; }
Property Value
Type: System.Boolean
true if it is safe to retry the operation; otherwise, false.