RedirectionException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe RedirectionException.
Sobrecargas
RedirectionException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da classe RedirectionException com o SerializationInfo e StreamingContext especificados.
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)
Parâmetros
- info
- SerializationInfo
As informações de serialização.
- context
- StreamingContext
O contexto de streaming.
Aplica-se a
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
Inicializa uma nova instância da classe RedirectionException com os RedirectionType, RedirectionDuration e RedirectionScope e uma matriz de objetos RedirectionLocation especificados.
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())
Parâmetros
- type
- RedirectionType
O tipo de redirecionamento.
- duration
- RedirectionDuration
A duração do redirecionamento.
- scope
- RedirectionScope
O escopo do redirecionamento.
- locations
- RedirectionLocation[]
Os locais para o redirecionamento.
Aplica-se a
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
Inicializa uma nova instância da classe RedirectionException com os RedirectionType, RedirectionDuration e RedirectionScope, uma exceção interna e uma matriz de objetos RedirectionLocation especificados.
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())
Parâmetros
- type
- RedirectionType
O tipo de redirecionamento.
- duration
- RedirectionDuration
A duração do redirecionamento.
- scope
- RedirectionScope
O escopo do redirecionamento.
- innerException
- Exception
A exceção interna.
- locations
- RedirectionLocation[]
Os locais para o redirecionamento.
Aplica-se a
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
Inicializa uma nova instância da classe RedirectionException com a mensagem, os RedirectionType, RedirectionDuration e RedirectionScope e uma matriz de objetos RedirectionLocation especificados.
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())
Parâmetros
- message
- String
A mensagem que descreve a exceção atual.
- type
- RedirectionType
O tipo de redirecionamento.
- duration
- RedirectionDuration
A duração do redirecionamento.
- scope
- RedirectionScope
O escopo do redirecionamento.
- locations
- RedirectionLocation[]
Os locais para o redirecionamento.
Aplica-se a
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
Inicializa uma nova instância da classe RedirectionException com a cadeia de caracteres de mensagem, os RedirectionType, RedirectionDuration e RedirectionScope, uma exceção interna e uma matriz de objetos RedirectionLocation especificados.
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())
Parâmetros
- message
- String
A mensagem de redirecionamento.
- type
- RedirectionType
O tipo de redirecionamento.
- duration
- RedirectionDuration
A duração do redirecionamento.
- scope
- RedirectionScope
O escopo do redirecionamento.
- innerException
- Exception
A exceção interna.
- locations
- RedirectionLocation[]
Os locais para o redirecionamento.