ExecutorFailedEvent.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that caused the executor to fail. This may be null if no exception was thrown.
public Exception? Data { get; }
member this.Data : Exception
Public ReadOnly Property Data As Exception