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
Message("User clicked the 'Read more' link for Trusted Signing to open the URL: '"+Globals.ToolStings.URLMicrosoftLearnTrustedSigning+"'",EventType.Information,1052);
2163
+
}
2164
+
catch(Exceptionex)
2165
+
{
2166
+
// Show an error message if the URL could not be opened
2167
+
MessageBox.Show(@"Failed to open the URL '"+Globals.ToolStings.URLAzurePortalTrustedSigning+"'. Error: "+ex.Message,@"Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
2168
+
2169
+
// Log the error message
2170
+
Message("Failed to open the URL: "+ex.Message,EventType.Error,1041);
Message("User clicked the 'Read more' link for Trusted Signing to open the URL: '"+Globals.ToolStings.URLMicrosoftLearnTrustedSigning+"'",EventType.Information,1052);
3252
-
}
3253
-
catch(Exceptionex)
3254
-
{
3255
-
// Show an error message if the URL could not be opened
3256
-
MessageBox.Show(@"Failed to open the URL '"+Globals.ToolStings.URLAzurePortalTrustedSigning+"'. Error: "+ex.Message,@"Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
3257
-
3258
-
// Log the error message
3259
-
Message("Failed to open the URL: "+ex.Message,EventType.Error,1041);
0 commit comments