InvalidAsynchronousStateException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse.
Overloads
| Name | Description |
|---|---|
| InvalidAsynchronousStateException() |
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse. |
| InvalidAsynchronousStateException(String) |
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven gedetailleerde beschrijving. |
| InvalidAsynchronousStateException(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven SerializationInfo en StreamingContext. |
| InvalidAsynchronousStateException(String, Exception) |
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven gedetailleerde beschrijving en de opgegeven uitzondering. |
InvalidAsynchronousStateException()
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse.
public:
InvalidAsynchronousStateException();
public InvalidAsynchronousStateException();
Public Sub New ()
Zie ook
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- Asynchroon patroon (EAP) op basis van gebeurtenissen
Van toepassing op
InvalidAsynchronousStateException(String)
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven gedetailleerde beschrijving.
public:
InvalidAsynchronousStateException(System::String ^ message);
public InvalidAsynchronousStateException(string message);
new System.ComponentModel.InvalidAsynchronousStateException : string -> System.ComponentModel.InvalidAsynchronousStateException
Public Sub New (message As String)
Parameters
- message
- String
Een gedetailleerde beschrijving van de fout.
Zie ook
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- Asynchroon patroon (EAP) op basis van gebeurtenissen
Van toepassing op
InvalidAsynchronousStateException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven SerializationInfo en 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);
new System.ComponentModel.InvalidAsynchronousStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.InvalidAsynchronousStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
De SerializationInfo te gebruiken voor deserialisatie.
- context
- StreamingContext
De bestemming die moet worden gebruikt voor deserialisatie.
Zie ook
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- Asynchroon patroon (EAP) op basis van gebeurtenissen
Van toepassing op
InvalidAsynchronousStateException(String, Exception)
Initialiseert een nieuw exemplaar van de InvalidAsynchronousStateException klasse met de opgegeven gedetailleerde beschrijving en de opgegeven uitzondering.
public:
InvalidAsynchronousStateException(System::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)
Parameters
- message
- String
Een gedetailleerde beschrijving van de fout.
- innerException
- Exception
Een verwijzing naar de interne uitzondering die de oorzaak van deze uitzondering is.
Zie ook
- WindowsFormsSynchronizationContext
- Send(SendOrPostCallback, Object)
- AsyncOperation
- AsyncOperationManager
- SynchronizationContext
- Asynchroon patroon (EAP) op basis van gebeurtenissen