Share via


MonitoringDiagnosticResult.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 a Int32 error code for the diagnostic result.

Applies to