InvalidAsynchronousStateException Class
.NET Framework 2.0
Thrown when a thread on which an operation should execute no longer exists or has no message loop.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class InvalidAsynchronousStateException Inherits ArgumentException 'Usage Dim instance As InvalidAsynchronousStateException
/** @attribute SerializableAttribute() */ public class InvalidAsynchronousStateException extends ArgumentException
SerializableAttribute public class InvalidAsynchronousStateException extends ArgumentException
Not applicable.
System.Object
System.Exception
System.SystemException
System.ArgumentException
System.ComponentModel.InvalidAsynchronousStateException
System.Exception
System.SystemException
System.ArgumentException
System.ComponentModel.InvalidAsynchronousStateException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: