RedirectionException Construtores

Definição

Inicializa uma nova instância da classe RedirectionException.Initializes a new instance of the RedirectionException class.

Sobrecargas

RedirectionException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe RedirectionException com o SerializationInfo e StreamingContext especificados.Initializes a new instance of the RedirectionException class with the specified SerializationInfo and StreamingContext.

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.Initializes a new instance of the RedirectionException class with the specified RedirectionType, RedirectionDuration, RedirectionScope, and array of RedirectionLocation objects.

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.Initializes a new instance of the RedirectionException with the specified RedirectionType, RedirectionDuration, RedirectionScope, inner exception, and array of RedirectionLocation objects.

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.Initializes a new instance of the RedirectionException class with the specified message, RedirectionType, RedirectionDuration, RedirectionScope, and array of RedirectionLocation objects.

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.Initializes a new instance of the RedirectionException with the specified message string, RedirectionType, RedirectionDuration, RedirectionScope, inner exception, and array of RedirectionLocation objects.

RedirectionException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe RedirectionException com o SerializationInfo e StreamingContext especificados.Initializes a new instance of the RedirectionException class with the specified SerializationInfo and 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

As informações de serialização.The serialization information.

context
StreamingContext

O contexto de streaming.The streaming context.

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.Initializes a new instance of the RedirectionException class with the specified RedirectionType, RedirectionDuration, RedirectionScope, and array of RedirectionLocation objects.

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.The type of the redirection.

duration
RedirectionDuration

A duração do redirecionamento.The duration of the redirection.

scope
RedirectionScope

O escopo do redirecionamento.The scope of the redirection.

locations
RedirectionLocation[]

Os locais para o redirecionamento.The locations for the redirection.

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.Initializes a new instance of the RedirectionException with the specified RedirectionType, RedirectionDuration, RedirectionScope, inner exception, and array of RedirectionLocation objects.

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.The type of the redirection.

duration
RedirectionDuration

A duração do redirecionamento.The duration of the redirection.

scope
RedirectionScope

O escopo do redirecionamento.The scope of the redirection.

innerException
Exception

A exceção interna.The inner exception.

locations
RedirectionLocation[]

Os locais para o redirecionamento.The locations for the redirection.

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.Initializes a new instance of the RedirectionException class with the specified message, RedirectionType, RedirectionDuration, RedirectionScope, and array of RedirectionLocation objects.

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.The message that describes the current exception.

type
RedirectionType

O tipo de redirecionamento.The type of the redirection.

duration
RedirectionDuration

A duração do redirecionamento.The duration of the redirection.

scope
RedirectionScope

O escopo do redirecionamento.The scope of the redirection.

locations
RedirectionLocation[]

Os locais para o redirecionamento.The locations for the redirection.

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.Initializes a new instance of the RedirectionException with the specified message string, RedirectionType, RedirectionDuration, RedirectionScope, inner exception, and array of RedirectionLocation objects.

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.The redirection message.

type
RedirectionType

O tipo de redirecionamento.The type of redirection.

duration
RedirectionDuration

A duração do redirecionamento.The duration of the redirection.

scope
RedirectionScope

O escopo do redirecionamento.The scope of the redirection.

innerException
Exception

A exceção interna.The inner exception.

locations
RedirectionLocation[]

Os locais para o redirecionamento.The locations for the redirection.

Aplica-se a