Task Constructor (Exception)
Initializes a new instance of Task for the supplied exception.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Dichiarazione
Public Sub New ( _
error As Exception _
)
'Utilizzo
Dim error As Exception
Dim instance As New Task(error)
public Task(
Exception error
)
public:
Task(
Exception^ error
)
new :
error:Exception -> Task
public function Task(
error : Exception
)
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.