RedirectionException Constructors

Definitie

Initialiseert een nieuw exemplaar van de RedirectionException klasse.

Overloads

Name Description
RedirectionException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de RedirectionException klasse met de opgegeven SerializationInfo en StreamingContext.

RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException klasse met de opgegeven RedirectionType, RedirectionDurationen RedirectionScopematrix van RedirectionLocation objecten.

RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException met de opgegeven RedirectionType, , RedirectionDuration, RedirectionScopebinnenste uitzondering en matrix van RedirectionLocation objecten.

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException klasse met het opgegeven bericht, RedirectionType, RedirectionDurationen RedirectionScopematrix van RedirectionLocation objecten.

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException met de opgegeven berichttekenreeks, RedirectionType, , RedirectionDuration, RedirectionScopebinnenste uitzondering en matrix van RedirectionLocation objecten.

RedirectionException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de RedirectionException klasse met de opgegeven SerializationInfo en StreamingContext.

protected:
 RedirectionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RedirectionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Channels.RedirectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Channels.RedirectionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

De serialisatie-informatie.

context
StreamingContext

De streamingcontext.

Van toepassing op

RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException klasse met de opgegeven RedirectionType, RedirectionDurationen RedirectionScopematrix van RedirectionLocation objecten.

public:
 RedirectionException(System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException(System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, ParamArray locations As RedirectionLocation())

Parameters

type
RedirectionType

Het type omleiding.

duration
RedirectionDuration

De duur van de omleiding.

scope
RedirectionScope

Het bereik van de omleiding.

locations
RedirectionLocation[]

De locaties voor de omleiding.

Van toepassing op

RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException met de opgegeven RedirectionType, , RedirectionDuration, RedirectionScopebinnenste uitzondering en matrix van RedirectionLocation objecten.

public:
 RedirectionException(System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, Exception ^ innerException, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException(System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, Exception innerException, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * Exception * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, innerException As Exception, ParamArray locations As RedirectionLocation())

Parameters

type
RedirectionType

Het type omleiding.

duration
RedirectionDuration

De duur van de omleiding.

scope
RedirectionScope

Het bereik van de omleiding.

innerException
Exception

De binnenste uitzondering.

locations
RedirectionLocation[]

De locaties voor de omleiding.

Van toepassing op

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException klasse met het opgegeven bericht, RedirectionType, RedirectionDurationen RedirectionScopematrix van RedirectionLocation objecten.

public:
 RedirectionException(System::String ^ message, System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException(string message, System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : string * System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (message As String, type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, ParamArray locations As RedirectionLocation())

Parameters

message
String

Het bericht waarin de huidige uitzondering wordt beschreven.

type
RedirectionType

Het type omleiding.

duration
RedirectionDuration

De duur van de omleiding.

scope
RedirectionScope

Het bereik van de omleiding.

locations
RedirectionLocation[]

De locaties voor de omleiding.

Van toepassing op

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

Initialiseert een nieuw exemplaar van de RedirectionException met de opgegeven berichttekenreeks, RedirectionType, , RedirectionDuration, RedirectionScopebinnenste uitzondering en matrix van RedirectionLocation objecten.

public:
 RedirectionException(System::String ^ message, System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, Exception ^ innerException, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException(string message, System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, Exception innerException, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : string * System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * Exception * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (message As String, type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, innerException As Exception, ParamArray locations As RedirectionLocation())

Parameters

message
String

Het omleidingsbericht.

type
RedirectionType

Het type omleiding.

duration
RedirectionDuration

De duur van de omleiding.

scope
RedirectionScope

Het bereik van de omleiding.

innerException
Exception

De binnenste uitzondering.

locations
RedirectionLocation[]

De locaties voor de omleiding.

Van toepassing op