Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As InvalidPropertySetException

Syntax

Visual Basic
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")> _
Public Class InvalidPropertySetException
		Inherits InvalidOperationException
C#
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")] 
public class InvalidPropertySetException : InvalidOperationException
C++
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1032:ImplementStandardExceptionConstructors")] 
public ref class InvalidPropertySetException : public InvalidOperationException
J#
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors") */ 
public class InvalidPropertySetException extends InvalidOperationException
JScript
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors") 
public class InvalidPropertySetException extends InvalidOperationException

Inheritance Hierarchy

System.Object
   System.Exception
     System.SystemException
       System.InvalidOperationException
        Microsoft.ConfigurationManagement.ApplicationManagement.InvalidPropertySetException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also