Click or drag to resize

ConcurrencyFault Class

Faults thrown when there is an exception specifically coming from a concurrency issue.

Data changed since being read by current process.

Data in use by another user.

Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKConcurrencyFault
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntax
public sealed class ConcurrencyFault

The ConcurrencyFault type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of the fault.
Public propertyMethodName
Method name of the method throwing the fault.
Top
Remarks