InvalidAsynchronousStateException Constructor (String^)

 

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

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

public:
InvalidAsynchronousStateException(
	String^ message
)

Parameters

message
Type: System::String^

A detailed description of the error.

.NET Framework
Available since 2.0
Return to top
Show: