Share via


LocationNotFoundException Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    location As String _
)
public LocationNotFoundException(
    string location
)
public:
LocationNotFoundException(
    String^ location
)
new : 
        location:string -> LocationNotFoundException
public function LocationNotFoundException(
    location : String
)

Parameters

.NET Framework Security

See Also

Reference

LocationNotFoundException Class

Microsoft.TeamFoundation.Framework.Server Namespace