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




Exception is thrown if the type of the persistent's member holding the time stamp is not valid.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TimeStampTypeInvalidException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As TimeStampTypeInvalidException
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 

Remarks

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.

Inheritance Hierarchy

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)

See Also