InvalidAsynchronousStateException コンストラクター

定義

InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

オーバーロード

InvalidAsynchronousStateException()

InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

InvalidAsynchronousStateException(String)

詳細説明を指定して、InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

InvalidAsynchronousStateException(SerializationInfo, StreamingContext)
古い.

指定した InvalidAsynchronousStateExceptionSerializationInfo を使用して、StreamingContext クラスの新しいインスタンスを初期化します。

InvalidAsynchronousStateException(String, Exception)

詳細説明と例外を指定して、InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

InvalidAsynchronousStateException()

ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs

InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

public:
 InvalidAsynchronousStateException();
public InvalidAsynchronousStateException ();
Public Sub New ()

こちらもご覧ください

適用対象

InvalidAsynchronousStateException(String)

ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs

詳細説明を指定して、InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

public:
 InvalidAsynchronousStateException(System::String ^ message);
public InvalidAsynchronousStateException (string? message);
public InvalidAsynchronousStateException (string message);
new System.ComponentModel.InvalidAsynchronousStateException : string -> System.ComponentModel.InvalidAsynchronousStateException
Public Sub New (message As String)

パラメーター

message
String

エラーの詳細説明。

こちらもご覧ください

適用対象

InvalidAsynchronousStateException(SerializationInfo, StreamingContext)

ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs

注意事項

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

指定した InvalidAsynchronousStateExceptionSerializationInfo を使用して、StreamingContext クラスの新しいインスタンスを初期化します。

protected:
 InvalidAsynchronousStateException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InvalidAsynchronousStateException (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 InvalidAsynchronousStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.InvalidAsynchronousStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.InvalidAsynchronousStateException
[<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.ComponentModel.InvalidAsynchronousStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.InvalidAsynchronousStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

逆シリアル化に使用する SerializationInfo

context
StreamingContext

逆シリアル化に使用する転送先。

属性

こちらもご覧ください

適用対象

InvalidAsynchronousStateException(String, Exception)

ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs
ソース:
InvalidAsynchronousStateException.cs

詳細説明と例外を指定して、InvalidAsynchronousStateException クラスの新しいインスタンスを初期化します。

public:
 InvalidAsynchronousStateException(System::String ^ message, Exception ^ innerException);
public InvalidAsynchronousStateException (string? message, Exception? innerException);
public InvalidAsynchronousStateException (string message, Exception innerException);
new System.ComponentModel.InvalidAsynchronousStateException : string * Exception -> System.ComponentModel.InvalidAsynchronousStateException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーの詳細説明。

innerException
Exception

この例外の原因である内部例外への参照。

こちらもご覧ください

適用対象