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




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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As InvalidTypeException(message)
C# 
public InvalidTypeException( 
   string message
)
Managed Extensions for C++ 
public: InvalidTypeException( 
   string* message
)
C++/CLI 
public:
InvalidTypeException( 
   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