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^, Exception^, array<RedirectionLocation^>^)
.NET Framework (current version)
Initializes a new instance of the RedirectionException with the specified RedirectionType, RedirectionDuration, RedirectionScope, inner exception, and array of RedirectionLocation objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: RedirectionException( RedirectionType^ type, RedirectionDuration^ duration, RedirectionScope^ scope, Exception^ innerException, ... 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.
- innerException
-
Type:
System::Exception^
The inner exception.
- locations
-
Type:
array<System.ServiceModel.Channels::RedirectionLocation^>^
The locations for the redirection.
.NET Framework
Available since 4.0
Available since 4.0
Show: