2 writes to getRestrictedErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
47
getRestrictedErrorInfo
= Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule);
57
getRestrictedErrorInfo
= Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule);
6 references to getRestrictedErrorInfo
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (6)
95
if (useGlobalErrorState &&
getRestrictedErrorInfo
!= null)
97
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr restrictedErrorInfoPtr));
167
if (
getRestrictedErrorInfo
!= null && setRestrictedErrorInfo != null && roOriginateLanguageException != null)
207
if (
getRestrictedErrorInfo
!= null && roReportUnhandledError != null)
209
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr ppRestrictedErrorInfo));
312
Marshal.ThrowExceptionForHR(
getRestrictedErrorInfo
(out IntPtr restrictedErrorInfoPtr));