System.ComponentModel.InvalidAsynchronousStateException
namespace System.ComponentModel
{
public class InvalidAsynchronousStateException : ArgumentException
{
public InvalidAsynchronousStateException();
protected InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context);
public InvalidAsynchronousStateException(string message);
public InvalidAsynchronousStateException(string message, Exception innerException);
}
}