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




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

Syntax

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