InvalidAsynchronousStateException Class

Definition

Thrown when a thread on which an operation should execute no longer exists or has no message loop.

public class InvalidAsynchronousStateException : ArgumentException
Inheritance
InvalidAsynchronousStateException

Inherited Members

System.ArgumentException

System.Exception

System.Object

Constructors

InvalidAsynchronousStateException()

Initializes a new instance of the InvalidAsynchronousStateException class.

InvalidAsynchronousStateException(String)

Initializes a new instance of the InvalidAsynchronousStateException class with the specified detailed description.

InvalidAsynchronousStateException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidAsynchronousStateException class with the given SerializationInfo and StreamingContext.

InvalidAsynchronousStateException(String, Exception)

Initializes a new instance of the InvalidAsynchronousStateException class with the specified detailed description and the specified exception.