Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ___location
Type: System.Uri
- permanentRedirect
Type: System.Boolean
.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.