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
- 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.