你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TaskExecutionInformation.FailureInformation Property

Definition

Gets information describing the task failure, if any.

public Microsoft.Azure.Batch.TaskFailureInformation FailureInformation { get; }
member this.FailureInformation : Microsoft.Azure.Batch.TaskFailureInformation
Public ReadOnly Property FailureInformation As TaskFailureInformation

Property Value

Remarks

This property is set only if the task is in the Completed state and encountered a failure.

Applies to