| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class TimeStampTypeInvalidException Inherits Exception | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class TimeStampTypeInvalidException : Exception | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class TimeStampTypeInvalidException : public Exception | |
| C++/CLI | |
|---|---|
public ref class TimeStampTypeInvalidException sealed : public Exception | |
This exception is thrown if the type of the persistent's member holding the time stamp is not valid.
Currently only string is supported as valid type for the field holding the TimeStampAttribute.
All other types are not supported and throw this exception.
System.Object
System.Exception
Chili.Opf3.Concurrency.TimeStamp.TimeStampTypeInvalidException
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)