AppRecordingResult.ExtendedError Property

Definition

Gets the extended error code associated returned by the app recording operation.

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

Property Value

The extended error code associated returned by the app recording operation.

Applies to