Chili.Opf3 Send comments on this topic.
TimeStampTypeInvalidException Constructor(String)
See Also 
Chili.Opf3.Concurrency.TimeStamp Namespace > TimeStampTypeInvalidException Class > TimeStampTypeInvalidException Constructor : TimeStampTypeInvalidException Constructor(String)




message
A message that describes the current exception.
Creates a new instance of the TimeStampNotFoundException Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As TimeStampTypeInvalidException(message)
C# 
public TimeStampTypeInvalidException( 
   string message
)
Managed Extensions for C++ 
public: TimeStampTypeInvalidException( 
   string* message
)
C++/CLI 
public:
TimeStampTypeInvalidException( 
   String^ message
)

Parameters

message
A message that describes the current exception.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also