PropertyDoesNotExistException Constructor
Initializes a new instance of the PropertyDoesNotExistException class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New
public PropertyDoesNotExistException()
public:
PropertyDoesNotExistException()
new : unit -> PropertyDoesNotExistException
public function PropertyDoesNotExistException()
.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