TasksPerformedEventArgs.Error Property

Definition

Gets the error that describes the current exception.

public:
 property Exception ^ Error { Exception ^ get(); };
public Exception Error { get; }
member this.Error : Exception
Public ReadOnly Property Error As Exception

Property Value

Returns the error exception.

Applies to