Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InvalidAsynchronousStateException Constructor (String^, Exception^)

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
InvalidAsynchronousStateException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

A detailed description of the error.

innerException
Type: System::Exception^

A reference to the inner exception that is the cause of this exception.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft