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)
104
restrictedErrorInfo.
GetErrorDetails
(out description, out int hrLocal, out restrictedError, out restrictedCapabilitySid);
219
restrictedErrorObject.AsType<ABI.WinRT.Interop.IRestrictedErrorInfo>().
GetErrorDetails
(out _, out hr, out _, out _);
319
restrictedErrorInfo.
GetErrorDetails
(out string description,