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
- error
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.