DiagnosticActionResult.ExtendedError Property

Definition

Contains extended error data about a diagnostic action.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = diagnosticActionResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

An HRESULT containing the error data.

Applies to