Partager via


TaskCompletedEventArgs.Error Property

 

Gets an instance of TaskException if an error occurred; otherwise, null.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public TaskException Error { get; internal set; }
public:
property TaskException^ Error {
    TaskException^ get();
    internal: void set(TaskException^ value);
}
Public Property Error As TaskException
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskException

An instance of TaskException or null.

See Also

TaskCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top