Udostępnij za pośrednictwem


RedirectionException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RedirectionException.

Przeciążenia

RedirectionException(SerializationInfo, StreamingContext)

Inicjuje RedirectionException nowe wystąpienie klasy o określonej wartości SerializationInfo i StreamingContext.

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

Inicjuje RedirectionException nowe wystąpienie klasy z określoną RedirectionTypetablicą RedirectionLocation obiektów , RedirectionDuration, i RedirectionScope.

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

Inicjuje RedirectionException nowe wystąpienie obiektu o określonej wartości RedirectionType, , RedirectionDurationRedirectionScope, wyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

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

Inicjuje RedirectionException nowe wystąpienie klasy z określonym komunikatem, RedirectionType, RedirectionDuration, RedirectionScopei tablicą RedirectionLocation obiektów.

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

Inicjuje nowe wystąpienie obiektu o określonym ciągu komunikatuRedirectionException, RedirectionType, , RedirectionDurationRedirectionScope, wyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

RedirectionException(SerializationInfo, StreamingContext)

Inicjuje RedirectionException nowe wystąpienie klasy o określonej wartości SerializationInfo i 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)

Parametry

info
SerializationInfo

Informacje serializacji.

context
StreamingContext

Kontekst przesyłania strumieniowego.

Dotyczy

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

Inicjuje RedirectionException nowe wystąpienie klasy z określoną RedirectionTypetablicą RedirectionLocation obiektów , RedirectionDuration, i RedirectionScope.

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())

Parametry

type
RedirectionType

Typ przekierowania.

duration
RedirectionDuration

Czas trwania przekierowania.

scope
RedirectionScope

Zakres przekierowania.

locations
RedirectionLocation[]

Lokalizacje przekierowania.

Dotyczy

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

Inicjuje RedirectionException nowe wystąpienie obiektu o określonej wartości RedirectionType, , RedirectionDurationRedirectionScope, wyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

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())

Parametry

type
RedirectionType

Typ przekierowania.

duration
RedirectionDuration

Czas trwania przekierowania.

scope
RedirectionScope

Zakres przekierowania.

innerException
Exception

Wyjątek wewnętrzny.

locations
RedirectionLocation[]

Lokalizacje przekierowania.

Dotyczy

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

Inicjuje RedirectionException nowe wystąpienie klasy z określonym komunikatem, RedirectionType, RedirectionDuration, RedirectionScopei tablicą RedirectionLocation obiektów.

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())

Parametry

message
String

Komunikat opisujący bieżący wyjątek.

type
RedirectionType

Typ przekierowania.

duration
RedirectionDuration

Czas trwania przekierowania.

scope
RedirectionScope

Zakres przekierowania.

locations
RedirectionLocation[]

Lokalizacje przekierowania.

Dotyczy

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

Inicjuje nowe wystąpienie obiektu o określonym ciągu komunikatuRedirectionException, RedirectionType, , RedirectionDurationRedirectionScope, wyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

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())

Parametry

message
String

Komunikat przekierowania.

type
RedirectionType

Typ przekierowania.

duration
RedirectionDuration

Czas trwania przekierowania.

scope
RedirectionScope

Zakres przekierowania.

innerException
Exception

Wyjątek wewnętrzny.

locations
RedirectionLocation[]

Lokalizacje przekierowania.

Dotyczy