다음을 통해 공유


Task Constructor (Exception)

Initializes a new instance of Task for the supplied exception.

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

Syntax

‘선언
Public Sub New ( _
    error As Exception _
)
public Task(
    Exception error
)

Parameters

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