Share via


RedirectionException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    location As Uri, _
    permanentRedirect As Boolean _
)
public RedirectionException(
    Uri location,
    bool permanentRedirect
)
public:
RedirectionException(
    Uri^ location, 
    bool permanentRedirect
)
new : 
        location:Uri * 
        permanentRedirect:bool -> RedirectionException
public function RedirectionException(
    location : Uri, 
    permanentRedirect : boolean
)

Parameters

.NET Framework Security

See Also

Reference

RedirectionException Class

Microsoft.TeamFoundation.Framework.Server Namespace