Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RedirectionException Constructor (RedirectionType^, RedirectionDuration^, RedirectionScope^, array<RedirectionLocation^>^)

.NET Framework (current version)
 

Initializes a new instance of the RedirectionException class with the specified RedirectionType, RedirectionDuration, RedirectionScope, and array of RedirectionLocation objects.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
RedirectionException(
	RedirectionType^ type,
	RedirectionDuration^ duration,
	RedirectionScope^ scope,
	... array<RedirectionLocation^>^ locations
)

Parameters

type
Type: System.ServiceModel.Channels::RedirectionType^

The type of the redirection.

duration
Type: System.ServiceModel.Channels::RedirectionDuration^

The duration of the redirection.

scope
Type: System.ServiceModel.Channels::RedirectionScope^

The scope of the redirection.

locations
Type: array<System.ServiceModel.Channels::RedirectionLocation^>^

The locations for the redirection.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft