TaskResult.ErrorCode Property

Definition

The error code.

public:
 property Nullable<int> ErrorCode { Nullable<int> get(); };
public int? ErrorCode { get; }
member this.ErrorCode : Nullable<int>
Public ReadOnly Property ErrorCode As Nullable(Of Integer)

Property Value

Returns Int32.

The error code.

Applies to