CommunicationObjectAbortedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| CommunicationObjectAbortedException() |
CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。 |
| CommunicationObjectAbortedException(String) |
指定したメッセージを使用して、 CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。 |
| CommunicationObjectAbortedException(SerializationInfo, StreamingContext) |
データをCommunicationObjectAbortedException オブジェクトに逆シリアル化するために使用するCommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。 |
| CommunicationObjectAbortedException(String, Exception) |
指定したメッセージと内部例外を使用して、 CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。 |
CommunicationObjectAbortedException()
CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。
public:
CommunicationObjectAbortedException();
public CommunicationObjectAbortedException();
Public Sub New ()
適用対象
CommunicationObjectAbortedException(String)
指定したメッセージを使用して、 CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。
public:
CommunicationObjectAbortedException(System::String ^ message);
public CommunicationObjectAbortedException(string message);
new System.ServiceModel.CommunicationObjectAbortedException : string -> System.ServiceModel.CommunicationObjectAbortedException
Public Sub New (message As String)
パラメーター
- message
- String
例外で送信されたメッセージ。
注釈
指定したCommunicationObjectAbortedExceptionを使用して新しいmessageを作成します。
適用対象
CommunicationObjectAbortedException(SerializationInfo, StreamingContext)
データをCommunicationObjectAbortedException オブジェクトに逆シリアル化するために使用するCommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。
protected:
CommunicationObjectAbortedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CommunicationObjectAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.CommunicationObjectAbortedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.CommunicationObjectAbortedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
スローされる例外に関するシリアル化されたオブジェクト データを保持する SerializationInfo。
- context
- StreamingContext
ソースまたは宛先に関するコンテキスト情報を含む StreamingContext。
注釈
このコンストラクターは、ストリーム経由で送信される例外オブジェクトを復元するために、逆シリアル化中に呼び出されます。
適用対象
CommunicationObjectAbortedException(String, Exception)
指定したメッセージと内部例外を使用して、 CommunicationObjectAbortedException クラスの新しいインスタンスを初期化します。
public:
CommunicationObjectAbortedException(System::String ^ message, Exception ^ innerException);
public CommunicationObjectAbortedException(string message, Exception innerException);
new System.ServiceModel.CommunicationObjectAbortedException : string * Exception -> System.ServiceModel.CommunicationObjectAbortedException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外メッセージです。
- innerException
- Exception
内部例外。
注釈
指定したCommunicationObjectAbortedExceptionとmessageを使用して、新しいinnerExceptionを作成します。