TaskExecutionLogEntryEventArgs.Error Property

Definition

Gets the exception when an error occurs during execution.

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

Property Value

Returns an exception when an error occurs during execution.

Applies to