5 references to CreateSafeWin32Exception
System (5)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
944
throw new InvalidOperationException(SR.GetString(SR.CantRetrieveEntries), SharedUtils.
CreateSafeWin32Exception
(error));
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
1167
throw SharedUtils.
CreateSafeWin32Exception
(res);
1261
throw SharedUtils.
CreateSafeWin32Exception
(error);
1269
throw SharedUtils.
CreateSafeWin32Exception
(error);
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
44
return
CreateSafeWin32Exception
(0);