Chili.Opf3 Send comments on this topic.
ConcurrencyException Class
See Also  Members  
Chili.Opf3.Concurrency Namespace : ConcurrencyException Class




Exception is thrown if a concurrency problem happens.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ConcurrencyException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As ConcurrencyException
C# 
public sealed class ConcurrencyException : Exception 
Managed Extensions for C++ 
public __gc __sealed class ConcurrencyException : public Exception 
C++/CLI 
public ref class ConcurrencyException sealed : public Exception 

Remarks

This exception is thrown by the ObjectContext or IConcurrencyManager if a concurrency problem happened. It should be catched on each save process in your application to notice the user that a concurrency problem happend.

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.Concurrency.ConcurrencyException

Requirements

Namespace: Chili.Opf3.Concurrency

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also