RedirectionException Oluşturucular

Tanım

RedirectionException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
RedirectionException(SerializationInfo, StreamingContext)

Belirtilen RedirectionException ve SerializationInfoile StreamingContext sınıfının yeni bir örneğini başlatır.

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

Sınıfın RedirectionException yeni bir örneğini belirtilen RedirectionType, , RedirectionDurationRedirectionScopeve nesne dizisiyle RedirectionLocation başlatır.

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

öğesinin RedirectionException yeni bir örneğini belirtilen RedirectionType, RedirectionDuration, RedirectionScope, iç özel durumu ve nesne dizisiyle RedirectionLocation başlatır.

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

Belirtilen ileti, RedirectionException, , RedirectionTypeRedirectionDurationve nesne dizisiyle sınıfının yeni bir örneğini RedirectionScopeRedirectionLocation başlatır.

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

öğesinin RedirectionException yeni bir örneğini belirtilen ileti dizesi, RedirectionType, RedirectionDuration, RedirectionScope, iç özel durum ve nesne dizisiyle RedirectionLocation başlatır.

RedirectionException(SerializationInfo, StreamingContext)

Belirtilen RedirectionException ve SerializationInfoile StreamingContext sınıfının yeni bir örneğini başlatır.

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)

Parametreler

info
SerializationInfo

Serileştirme bilgileri.

context
StreamingContext

Akış bağlamı.

Şunlara uygulanır

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

Sınıfın RedirectionException yeni bir örneğini belirtilen RedirectionType, , RedirectionDurationRedirectionScopeve nesne dizisiyle RedirectionLocation başlatır.

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

Parametreler

type
RedirectionType

Yeniden yönlendirmenin türü.

duration
RedirectionDuration

Yeniden yönlendirmenin süresi.

scope
RedirectionScope

Yeniden yönlendirmenin kapsamı.

locations
RedirectionLocation[]

Yeniden yönlendirmenin konumları.

Şunlara uygulanır

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

öğesinin RedirectionException yeni bir örneğini belirtilen RedirectionType, RedirectionDuration, RedirectionScope, iç özel durumu ve nesne dizisiyle RedirectionLocation başlatır.

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

Parametreler

type
RedirectionType

Yeniden yönlendirmenin türü.

duration
RedirectionDuration

Yeniden yönlendirmenin süresi.

scope
RedirectionScope

Yeniden yönlendirmenin kapsamı.

innerException
Exception

İç özel durum.

locations
RedirectionLocation[]

Yeniden yönlendirmenin konumları.

Şunlara uygulanır

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

Belirtilen ileti, RedirectionException, , RedirectionTypeRedirectionDurationve nesne dizisiyle sınıfının yeni bir örneğini RedirectionScopeRedirectionLocation başlatır.

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

Parametreler

message
String

Geçerli özel durumu açıklayan ileti.

type
RedirectionType

Yeniden yönlendirmenin türü.

duration
RedirectionDuration

Yeniden yönlendirmenin süresi.

scope
RedirectionScope

Yeniden yönlendirmenin kapsamı.

locations
RedirectionLocation[]

Yeniden yönlendirmenin konumları.

Şunlara uygulanır

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

öğesinin RedirectionException yeni bir örneğini belirtilen ileti dizesi, RedirectionType, RedirectionDuration, RedirectionScope, iç özel durum ve nesne dizisiyle RedirectionLocation başlatır.

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

Parametreler

message
String

Yeniden yönlendirme iletisi.

type
RedirectionType

Yeniden yönlendirme türü.

duration
RedirectionDuration

Yeniden yönlendirmenin süresi.

scope
RedirectionScope

Yeniden yönlendirmenin kapsamı.

innerException
Exception

İç özel durum.

locations
RedirectionLocation[]

Yeniden yönlendirmenin konumları.

Şunlara uygulanır