Share via


Task Constructor (Exception)

Initializes a new instance of Task for the supplied exception.

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

Syntax

'Declaration
Public Sub New ( _
    error As Exception _
)
public Task(
    Exception error
)
public:
Task(
    Exception^ error
)
new : 
        error:Exception -> Task
public function Task(
    error : Exception
)

Parameters

  • error
    Type: Exception

    The Exception used to create the task.

Remarks

This method extracts the available information from the exception to fill in the task properties.

.NET Framework Security

See Also

Reference

Task Class

Task Overload

Microsoft.VisualStudio.Shell Namespace