| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class TimeStampNotFoundException Inherits Exception | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class TimeStampNotFoundException : Exception | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class TimeStampNotFoundException : public Exception | |
| C++/CLI | |
|---|---|
public ref class TimeStampNotFoundException sealed : public Exception | |
This exception is thrown if the persistent does not contain a member with the
TimeStampAttribute set. When working with the
TimeStampConcurrencyManager every persistent
needs to have one TimeStampAttribute set on one of the
bound properties.
System.Object
System.Exception
Chili.Opf3.Concurrency.TimeStamp.TimeStampNotFoundException
Requirements
Namespace: Chili.Opf3.Concurrency.TimeStamp
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)