Chili.Opf3 Send comments on this topic.
DynamicPropertyException Constructor(String,Exception)
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertyException Class > DynamicPropertyException Constructor : DynamicPropertyException Constructor(String,Exception)




message
A message that describes the current exception.
inner
The exception that caused the current exception.
Creates a new instance of the DynamicPropertyException Class.

Syntax

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

Parameters

message
A message that describes the current exception.
inner
The exception that caused the current exception.

Requirements

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

See Also