Share via


CompositionEffectFactoryLoadResult.ExtendedError Property

Definition

Gets an extended error code for the result of a call to CompositionEffectFactory.CompleteLoadAsync.

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

Property Value

An extended error code for the result of a call to CompositionEffectFactory.CompleteLoadAsync.

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Applies to