ChannelClosedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ChannelClosedException() |
ChannelClosedException クラスの新しいインスタンスを初期化します。 |
ChannelClosedException(Exception) |
ChannelClosedException クラスの新しいインスタンスを初期化します。 |
ChannelClosedException(String) |
ChannelClosedException クラスの新しいインスタンスを初期化します。 |
ChannelClosedException(SerializationInfo, StreamingContext) |
古い.
シリアル化したデータを使用して、ChannelClosedException クラスの新しいインスタンスを初期化します。 |
ChannelClosedException(String, Exception) |
ChannelClosedException クラスの新しいインスタンスを初期化します。 |
ChannelClosedException()
ChannelClosedException クラスの新しいインスタンスを初期化します。
public:
ChannelClosedException();
public ChannelClosedException ();
Public Sub New ()
適用対象
ChannelClosedException(Exception)
ChannelClosedException クラスの新しいインスタンスを初期化します。
public:
ChannelClosedException(Exception ^ innerException);
public ChannelClosedException (Exception? innerException);
public ChannelClosedException (Exception innerException);
new System.Threading.Channels.ChannelClosedException : Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (innerException As Exception)
パラメーター
- innerException
- Exception
この例外の原因となった例外。
適用対象
ChannelClosedException(String)
ChannelClosedException クラスの新しいインスタンスを初期化します。
public:
ChannelClosedException(System::String ^ message);
public ChannelClosedException (string? message);
public ChannelClosedException (string message);
new System.Threading.Channels.ChannelClosedException : string -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String)
パラメーター
- message
- String
エラーを説明するメッセージ。
適用対象
ChannelClosedException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
シリアル化したデータを使用して、ChannelClosedException クラスの新しいインスタンスを初期化します。
protected:
ChannelClosedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ChannelClosedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ChannelClosedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化されたオブジェクト データを保持するオブジェクト。
- context
- StreamingContext
転送元または転送先に関するコンテキスト情報。
- 属性
適用対象
ChannelClosedException(String, Exception)
ChannelClosedException クラスの新しいインスタンスを初期化します。
public:
ChannelClosedException(System::String ^ message, Exception ^ innerException);
public ChannelClosedException (string? message, Exception? innerException);
public ChannelClosedException (string message, Exception innerException);
new System.Threading.Channels.ChannelClosedException : string * Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
エラーを説明するメッセージ。
- innerException
- Exception
この例外の原因となった例外。
適用対象
.NET