TaskSchedulingException Constructor (String^)

 

Initializes a new instance of the TaskSchedulingException class with a specified error message.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
TaskSchedulingException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the error.

Return to top
Show: