RedirectionException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe RedirectionException.
Surcharges
RedirectionException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe RedirectionException avec les SerializationInfo et StreamingContext spécifiés.
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)
Paramètres
- info
- SerializationInfo
Informations de sérialisation.
- context
- StreamingContext
Contexte de diffusion en continu.
S’applique à
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
Initialise une nouvelle instance de la classe RedirectionException avec les objets RedirectionType, RedirectionDuration, RedirectionScope et le tableau d'objets RedirectionLocation spécifiés.
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())
Paramètres
- type
- RedirectionType
Type de la redirection.
- duration
- RedirectionDuration
Durée de la redirection.
- scope
- RedirectionScope
Étendue de la redirection.
- locations
- RedirectionLocation[]
Emplacements de la redirection.
S’applique à
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
Initialise une nouvelle instance de l'objet RedirectionException avec les objets RedirectionType, RedirectionDuration, RedirectionScope, l'exception interne et le tableau d'objets RedirectionLocation spécifiés.
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())
Paramètres
- type
- RedirectionType
Type de la redirection.
- duration
- RedirectionDuration
Durée de la redirection.
- scope
- RedirectionScope
Étendue de la redirection.
- innerException
- Exception
Exception interne.
- locations
- RedirectionLocation[]
Emplacements de la redirection.
S’applique à
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
Initialise une nouvelle instance de la classe RedirectionException avec le message, les objets RedirectionType, RedirectionDuration, RedirectionScope et le tableau d'objets RedirectionLocation spécifiés.
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())
Paramètres
- message
- String
Message décrivant l'exception en cours.
- type
- RedirectionType
Type de la redirection.
- duration
- RedirectionDuration
Durée de la redirection.
- scope
- RedirectionScope
Étendue de la redirection.
- locations
- RedirectionLocation[]
Emplacements de la redirection.
S’applique à
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
Initialise une nouvelle instance de l'objet RedirectionException avec la chaîne de message, les objets RedirectionType, RedirectionDuration, RedirectionScope, l'exception interne et le tableau d'objets RedirectionLocation spécifiés.
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())
Paramètres
- message
- String
Message de redirection.
- type
- RedirectionType
Type de redirection.
- duration
- RedirectionDuration
Durée de la redirection.
- scope
- RedirectionScope
Étendue de la redirection.
- innerException
- Exception
Exception interne.
- locations
- RedirectionLocation[]
Emplacements de la redirection.