Initializes a new instance of the
InvalidPropertySetException Class.Initializes a new instance of
the
InvalidPropertySetException Class.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim container As Object
Dim prop As String
Dim value As Object
Dim inner As Exception
Dim instance As New InvalidPropertySetException(container, prop, value, inner)
|
Syntax
Visual Basic |
Public Sub New ( _
container As Object, _
prop As String, _
value As Object, _
inner As Exception _
)
|
C# |
public InvalidPropertySetException (
Object container,
string prop,
Object value,
Exception inner
)
|
C++ |
public:
InvalidPropertySetException (
Object^ container,
String^ prop,
Object^ value,
Exception^ inner
)
|
J# |
public InvalidPropertySetException (
Object container,
String prop,
Object value,
Exception inner
)
|
JScript |
public function InvalidPropertySetException (
container : Object,
prop : String,
value : Object,
inner : Exception
)
|
Remarks
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also