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