Implemented interface member:
method
GetErrorDetails
WinRT.Interop.IRestrictedErrorInfo.GetErrorDetails(out System.String, out System.Int32, out System.String, out System.String)
3 references to GetErrorDetails
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (3)
105restrictedErrorInfo.GetErrorDetails(out description, out int hrLocal, out restrictedError, out restrictedCapabilitySid); 220restrictedErrorObject.AsType<ABI.WinRT.Interop.IRestrictedErrorInfo>().GetErrorDetails(out _, out hr, out _, out _); 320restrictedErrorInfo.GetErrorDetails(out string description,