2 writes to getRestrictedErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
46
getRestrictedErrorInfo
= Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule);
56
getRestrictedErrorInfo
= Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule);
6 references to getRestrictedErrorInfo
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (6)
94
if (useGlobalErrorState &&
getRestrictedErrorInfo
!= null)
96
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr restrictedErrorInfoPtr));
166
if (
getRestrictedErrorInfo
!= null && setRestrictedErrorInfo != null && roOriginateLanguageException != null)
206
if (
getRestrictedErrorInfo
!= null && roReportUnhandledError != null)
208
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr ppRestrictedErrorInfo));
311
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr restrictedErrorInfoPtr));