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