RedirectionException Konstruktoren

Definition

Initialisiert eine neue Instanz der RedirectionException-Klasse.

Überlädt

RedirectionException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der RedirectionException-Klasse mit den angegebenen SerializationInfo und dem angegebenen StreamingContext.

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

Initialisiert eine neue Instanz der RedirectionException-Klasse mit dem angegebenen RedirectionType, RedirectionDuration, RedirectionScope und dem angegebenen Array von RedirectionLocation-Objekten.

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

Initialisiert eine neue Instanz der RedirectionException mit dem bzw. der angegebenen RedirectionType, RedirectionDuration, RedirectionScope, internen Ausnahme und dem angegebenen Array von RedirectionLocation-Objekten.

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

Initialisiert eine neue Instanz der RedirectionException-Klasse mit der angegebenen Meldung, RedirectionType, RedirectionDuration, RedirectionScope und dem angegebenen Array von RedirectionLocation-Objekten.

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

Initialisiert eine neue Instanz der RedirectionException mit der angegebenen Meldungszeichenfolge, RedirectionType, RedirectionDuration, RedirectionScope, internen Ausnahme und dem angegebenen Array von RedirectionLocation-Objekten.

RedirectionException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der RedirectionException-Klasse mit den angegebenen SerializationInfo und dem angegebenen 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)

Parameter

info
SerializationInfo

Die Serialisierungsinformationen.

context
StreamingContext

Der Streamingkontext.

Gilt für:

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

Initialisiert eine neue Instanz der RedirectionException-Klasse mit dem angegebenen RedirectionType, RedirectionDuration, RedirectionScope und dem angegebenen Array von RedirectionLocation-Objekten.

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())

Parameter

type
RedirectionType

Der Typ der Umleitung.

duration
RedirectionDuration

Die Dauer der Umleitung.

scope
RedirectionScope

Der Bereich der Umleitung.

locations
RedirectionLocation[]

Die Speicherorte für die Umleitung.

Gilt für:

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

Initialisiert eine neue Instanz der RedirectionException mit dem bzw. der angegebenen RedirectionType, RedirectionDuration, RedirectionScope, internen Ausnahme und dem angegebenen Array von RedirectionLocation-Objekten.

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())

Parameter

type
RedirectionType

Der Typ der Umleitung.

duration
RedirectionDuration

Die Dauer der Umleitung.

scope
RedirectionScope

Der Bereich der Umleitung.

innerException
Exception

Die innere Ausnahme.

locations
RedirectionLocation[]

Die Speicherorte für die Umleitung.

Gilt für:

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

Initialisiert eine neue Instanz der RedirectionException-Klasse mit der angegebenen Meldung, RedirectionType, RedirectionDuration, RedirectionScope und dem angegebenen Array von RedirectionLocation-Objekten.

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())

Parameter

message
String

Die Meldung, die die aktuelle Ausnahme beschreibt.

type
RedirectionType

Der Typ der Umleitung.

duration
RedirectionDuration

Die Dauer der Umleitung.

scope
RedirectionScope

Der Bereich der Umleitung.

locations
RedirectionLocation[]

Die Speicherorte für die Umleitung.

Gilt für:

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

Initialisiert eine neue Instanz der RedirectionException mit der angegebenen Meldungszeichenfolge, RedirectionType, RedirectionDuration, RedirectionScope, internen Ausnahme und dem angegebenen Array von RedirectionLocation-Objekten.

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())

Parameter

message
String

Die Umleitungsmeldung.

type
RedirectionType

Der Typ der Umleitung.

duration
RedirectionDuration

Die Dauer der Umleitung.

scope
RedirectionScope

Der Bereich der Umleitung.

innerException
Exception

Die innere Ausnahme.

locations
RedirectionLocation[]

Die Speicherorte für die Umleitung.

Gilt für: