InvalidAsynchronousStateException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse.
Überlädt
InvalidAsynchronousStateException() |
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse. |
InvalidAsynchronousStateException(String) |
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit der angegebenen detaillierten Beschreibung. |
InvalidAsynchronousStateException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit dem angegebenen SerializationInfo und StreamingContext. |
InvalidAsynchronousStateException(String, Exception) |
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit der angegebenen detaillierten Beschreibung und der angegebenen Ausnahme. |
InvalidAsynchronousStateException()
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse.
public:
InvalidAsynchronousStateException();
public InvalidAsynchronousStateException ();
Public Sub New ()
Weitere Informationen
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- ereignisbasiertes asynchrones Muster (EAP)
Gilt für:
InvalidAsynchronousStateException(String)
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit der angegebenen detaillierten Beschreibung.
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)
Parameter
- message
- String
Eine detaillierte Beschreibung des Fehlers.
Weitere Informationen
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- ereignisbasiertes asynchrones Muster (EAP)
Gilt für:
InvalidAsynchronousStateException(SerializationInfo, StreamingContext)
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit dem angegebenen SerializationInfo und 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)
Parameter
- info
- SerializationInfo
Die SerializationInfo, die für die Deserialisierung verwendet werden soll.
- context
- StreamingContext
Das Ziel, das für die Deserialisierung verwendet werden soll.
- Attribute
Weitere Informationen
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- ereignisbasiertes asynchrones Muster (EAP)
Gilt für:
InvalidAsynchronousStateException(String, Exception)
Initialisiert eine neue Instanz der InvalidAsynchronousStateException Klasse mit der angegebenen detaillierten Beschreibung und der angegebenen Ausnahme.
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)
Parameter
- message
- String
Eine detaillierte Beschreibung des Fehlers.
- innerException
- Exception
Ein Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
Weitere Informationen
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- ereignisbasiertes asynchrones Muster (EAP)