BackgroundTaskInfo.ErrorText Property

Definition

Gets or sets the error message if the background task failed.

[System.Text.Json.Serialization.JsonPropertyName("errorText")]
public string? ErrorText { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("errorText")>]
member this.ErrorText : string with get, set
Public Property ErrorText As String

Property Value

Attributes

Applies to