You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProgramLogger.LogException($"|UWP|ResourceFromPri|{Package.Location}|Can't load null or empty result "
413
-
+$"pri {source} in uwp location {Package.Location}",newNullReferenceException());
414
-
returnstring.Empty;
415
-
}
392
+
returnloaded;
416
393
}
417
394
else
418
395
{
419
-
vare=Marshal.GetExceptionForHR((int)hResult);
420
-
ProgramLogger.LogException($"|UWP|ResourceFromPri|{Package.Location}|Load pri failed {source} with HResult {hResult} and location {Package.Location}",e);
396
+
ProgramLogger.LogException($"|UWP|ResourceFromPri|{Package.Location}|Can't load null or empty result "
397
+
+$"pri {source} in uwp location {Package.Location}",newNullReferenceException());
421
398
returnstring.Empty;
422
399
}
423
400
}
424
401
else
425
402
{
426
-
returnresourceReference;
403
+
vare=Marshal.GetExceptionForHR((int)hResult);
404
+
ProgramLogger.LogException($"|UWP|ResourceFromPri|{Package.Location}|Load pri failed {source} with HResult {hResult} and location {Package.Location}",e);
0 commit comments