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