4 references to IRestrictedErrorInfo
mscorlib (4)
system\runtime\interopservices\windowsruntime\nativemethods.cs (2)
32internal static extern IRestrictedErrorInfo GetRestrictedErrorInfo(); 45internal static extern void RoReportUnhandledError(IRestrictedErrorInfo error);
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
1118private static void RoReportUnhandledError(IRestrictedErrorInfo error) 1177IRestrictedErrorInfo restrictedError = UnsafeNativeMethods.GetRestrictedErrorInfo();