Warning: CS1685: The predefined type 'System.ObsoleteAttribute' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
Source Error:
|
[No relevant source lines]
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 61: return results;
Line 62: }
Line 63: catch (Exception ex)
Line 64: {
Line 65: return null;
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 78: return results;
Line 79: }
Line 80: catch (Exception ex)
Line 81: {
Line 82: return null;
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 95: return results;
Line 96: }
Line 97: catch (Exception ex)
Line 98: {
Line 99: return null;
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 112: return results;
Line 113: }
Line 114: catch (Exception ex)
Line 115: {
Line 116: return null;
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 142: return ret;
Line 143: }
Line 144: catch (Exception ex)
Line 145: {
Line 146: return "";
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 162: return ret;
Line 163: }
Line 164: catch (Exception ex)
Line 165: {
Line 166: return "";
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 674: updateDudaSiteContent(dudaReplaceContent, dudaSiteId);
Line 675: }
Line 676: catch (Exception ex)
Line 677: {
Line 678:
|
Warning: CS0219: The variable 'ret' is assigned but its value is never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 733: {
Line 734:
Line 735: string ret = "";
Line 736: string url = "https://api.duda.co/api/sites/multiscreen/" + site + "/content";
Line 737:
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 745: return results;
Line 746: }
Line 747: catch (Exception ex)
Line 748: {
Line 749: return null;
|
Warning: CS0168: The variable 'ex' is declared but never used
Source Error:
e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\dudaFunctions.cs
|
Line 776: return results;
Line 777: }
Line 778: catch (Exception ex)
Line 779: {
Line 780: return null;
|