Język

RedirectionException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RedirectionException.

Przeciążenia

Nazwa Opis
RedirectionException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie RedirectionException klasy z określonymi SerializationInfo parametrami i StreamingContext.

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

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

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

Inicjuje nowe wystąpienie obiektu za pomocą określonego RedirectionExceptionRedirectionType obiektu , , RedirectionDuration, RedirectionScopewyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

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

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

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

Inicjuje nowe wystąpienie obiektu za pomocą określonego ciągu komunikatu RedirectionException , RedirectionType, RedirectionDuration, RedirectionScopewyjątku wewnętrznego i tablicy RedirectionLocation obiektów.

RedirectionException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie RedirectionException klasy z określonymi SerializationInfo parametrami 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 o serializacji.

context
StreamingContext

Kontekst przesyłania strumieniowego.

Dotyczy

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

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

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 nowe wystąpienie obiektu za pomocą określonego RedirectionExceptionRedirectionType obiektu , , RedirectionDuration, RedirectionScopewyją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 nowe wystąpienie RedirectionException 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 za pomocą określonego ciągu komunikatu RedirectionException , RedirectionType, RedirectionDuration, RedirectionScopewyją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