RedirectionException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RedirectionException クラスの新しいインスタンスを初期化します。
オーバーロード
RedirectionException(SerializationInfo, StreamingContext)
指定された RedirectionException と SerializationInfo を使用して、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)
パラメーター
- info
- SerializationInfo
シリアル化情報。
- context
- StreamingContext
ストリーム コンテキスト。
適用対象
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
指定した RedirectionException、RedirectionType、RedirectionDuration、および RedirectionScope オブジェクトの配列を使用して、RedirectionLocation クラスの新しいインスタンスを初期化します。
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())
パラメーター
- type
- RedirectionType
リダイレクトの種類。
- duration
- RedirectionDuration
リダイレクトの期間。
- scope
- RedirectionScope
リダイレクトのスコープ。
- locations
- RedirectionLocation[]
リダイレクトの場所。
適用対象
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
指定した RedirectionException、RedirectionType、RedirectionDuration、内部例外、および RedirectionScope オブジェクトの配列を使用して、RedirectionLocation の新しいインスタンスを初期化します。
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())
パラメーター
- type
- RedirectionType
リダイレクトの種類。
- duration
- RedirectionDuration
リダイレクトの期間。
- scope
- RedirectionScope
リダイレクトのスコープ。
- innerException
- Exception
内部例外。
- locations
- RedirectionLocation[]
リダイレクトの場所。
適用対象
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])
指定したメッセージ、RedirectionException、RedirectionType、RedirectionDuration、および RedirectionScope オブジェクトの配列を使用して、RedirectionLocation クラスの新しいインスタンスを初期化します。
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())
パラメーター
- message
- String
現在の例外を説明するメッセージ。
- type
- RedirectionType
リダイレクトの種類。
- duration
- RedirectionDuration
リダイレクトの期間。
- scope
- RedirectionScope
リダイレクトのスコープ。
- locations
- RedirectionLocation[]
リダイレクトの場所。
適用対象
RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])
指定したメッセージ文字列、RedirectionException、RedirectionType、RedirectionDuration、内部例外、および RedirectionScope オブジェクトの配列を使用して、RedirectionLocation の新しいインスタンスを初期化します。
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())
パラメーター
- message
- String
リダイレクト メッセージ。
- type
- RedirectionType
リダイレクトの種類。
- duration
- RedirectionDuration
リダイレクトの期間。
- scope
- RedirectionScope
リダイレクトのスコープ。
- innerException
- Exception
内部例外。
- locations
- RedirectionLocation[]
リダイレクトの場所。
適用対象
.NET