RedirectionException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
RedirectionException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
RedirectionException(SerializationInfo, StreamingContext)
belirtilen SerializationInfo ve StreamingContextile sınıfının yeni bir örneğini RedirectionException 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
Seri hale getirme bilgileri.
- context
- StreamingContext
Akış bağlamı.
Şunlara uygulanır
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
Belirtilen RedirectionType, , RedirectionScopeRedirectionDurationve nesne dizisiyle sınıfının yeni bir örneğini RedirectionExceptionRedirectionLocation 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[])
Belirtilen RedirectionType, RedirectionScopeRedirectionDurationiç özel durumu ve nesne dizisi ile yeni bir örneğini RedirectionExceptionRedirectionLocation 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, RedirectionType, , RedirectionScopeRedirectionDurationve nesne dizisiyle sınıfının yeni bir örneğini RedirectionExceptionRedirectionLocation 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, , RedirectionScopeiç ö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ı.