ErrorTask Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ErrorTask() |
Initializes a new instance of an ErrorTask. |
ErrorTask(Exception) |
Initializes a new instance of an ErrorTask for the specified error. |
ErrorTask()
Initializes a new instance of an ErrorTask.
public:
ErrorTask();
public:
ErrorTask();
ErrorTask();
public ErrorTask ();
Public Sub New ()
Applies to
ErrorTask(Exception)
Initializes a new instance of an ErrorTask for the specified error.
public:
ErrorTask(Exception ^ error);
public ErrorTask (Exception error);
new Microsoft.VisualStudio.Shell.ErrorTask : Exception -> Microsoft.VisualStudio.Shell.ErrorTask
Public Sub New (error As Exception)
Parameters
Remarks
Sets the task category to Error.