ErrorTask Constructor (Exception^)

 

Initializes a new instance of an ErrorTask for the specified error.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ErrorTask(
	Exception^ error
)

Parameters

error
Type: System::Exception^

Exception.

Sets the task category to Error.

Return to top
Show: