Share via


InvalidPropertyException Class

The exception that is thrown when the property name specified as a parameter of the GetProperty method is not valid.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class InvalidPropertyException _
    Inherits Exception
'Usage
Dim instance As InvalidPropertyException
[SerializableAttribute]
public sealed class InvalidPropertyException : Exception
[SerializableAttribute]
public ref class InvalidPropertyException sealed : public Exception
public final class InvalidPropertyException extends Exception

Remarks

This exception is thrown if the name of the property does not exist.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException

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.

See Also

Reference

InvalidPropertyException Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace