Initializes a new instance of the PropertyDoesNotExistException class by using the specified property name.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    key As String _
)
public PropertyDoesNotExistException(
    string key
)
public:
PropertyDoesNotExistException(
    String^ key
)
new : 
        key:string -> PropertyDoesNotExistException
public function PropertyDoesNotExistException(
    key : String
)
Parameters
- key 
 Type: System.String- The name of the property that does not exist. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyDoesNotExistException Class