RedirectionException Construtores

Definição

Inicializa uma nova instância da RedirectionException classe.

Sobrecargas

Name Description
RedirectionException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da RedirectionException classe com os especificados SerializationInfo e StreamingContext.

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

Inicializa uma nova instância da RedirectionException classe com os objetos especificados RedirectionType, RedirectionDuration, RedirectionScope, e o array de RedirectionLocation objetos.

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

Inicializa uma nova instância do RedirectionException com as especificadas RedirectionType, RedirectionDuration, RedirectionScope, exceção interna e array de RedirectionLocation objetos.

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

Inicializa uma nova instância da RedirectionException classe com a mensagem especificada, RedirectionType, RedirectionDuration, RedirectionScope, e um array de RedirectionLocation objetos.

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

Inicializa uma nova instância do RedirectionException com a cadeia de mensagens especificada, RedirectionType, RedirectionDuration, RedirectionScope, exceção interna e array de RedirectionLocation objetos.

RedirectionException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da RedirectionException classe com os especificados SerializationInfo e 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)

Parâmetros

info
SerializationInfo

A informação de serialização.

context
StreamingContext

O contexto do streaming.

Aplica-se a

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

Inicializa uma nova instância da RedirectionException classe com os objetos especificados RedirectionType, RedirectionDuration, RedirectionScope, e o array de RedirectionLocation objetos.

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 desvio.

scope
RedirectionScope

O âmbito do desvio.

locations
RedirectionLocation[]

Os locais para o redirecionamento.

Aplica-se a

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

Inicializa uma nova instância do RedirectionException com as especificadas RedirectionType, RedirectionDuration, RedirectionScope, exceção interna e array de RedirectionLocation objetos.

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 desvio.

scope
RedirectionScope

O âmbito do desvio.

innerException
Exception

A exceção interior.

locations
RedirectionLocation[]

Os locais para o redirecionamento.

Aplica-se a

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

Inicializa uma nova instância da RedirectionException classe com a mensagem especificada, RedirectionType, RedirectionDuration, RedirectionScope, e um array de RedirectionLocation objetos.

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 desvio.

scope
RedirectionScope

O âmbito do desvio.

locations
RedirectionLocation[]

Os locais para o redirecionamento.

Aplica-se a

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

Inicializa uma nova instância do RedirectionException com a cadeia de mensagens especificada, RedirectionType, RedirectionDuration, RedirectionScope, exceção interna e array de RedirectionLocation objetos.

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 desvio.

scope
RedirectionScope

O âmbito do desvio.

innerException
Exception

A exceção interior.

locations
RedirectionLocation[]

Os locais para o redirecionamento.

Aplica-se a