RedirectionException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der RedirectionException-Klasse.
Überlädt
RedirectionException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der RedirectionException Klasse mit dem angegebenen SerializationInfo und 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 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 angegebenen RedirectionType, , RedirectionDuration, RedirectionScope, inneren Ausnahme und 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 Nachricht, , RedirectionType, RedirectionDuration, RedirectionScopeund 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 Nachrichtenzeichenfolge, RedirectionType, , RedirectionDurationRedirectionScopeder inneren Ausnahme und dem 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 Umleitungsnachricht.
- 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.