ActionInvocationContext.ExtendedError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the extended error for the app action invocation.
public:
property HResult ExtendedError { HResult get(); void set(HResult value); };
HResult ExtendedError();
void ExtendedError(HResult value);
public System.Exception ExtendedError { get; set; }
var hResult = actionInvocationContext.extendedError;
actionInvocationContext.extendedError = hResult;
Public Property ExtendedError As Exception
Property Value
A System.Exception containing extended error information.