BdcException.IsRetriable Property

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.

See Also

Reference

BdcException Class

BdcException Members

Microsoft.BusinessData.Infrastructure Namespace