Shunde.NET Framework Class Library

ConcurrencyException Class

A concurrency exception is thrown when the same data is updated at once. The first to complete will go through, however the 2nd to complete will throw a concurrency exception.

For a list of all members of this type, see ConcurrencyException Members.

System.Object
   Exception
      ShundeException
         ValidationException
            ConcurrencyException

public class ConcurrencyException : ValidationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Shunde

Assembly: Shunde (in Shunde.dll)

See Also

ConcurrencyException Members | Shunde Namespace