MCPcopy Create free account
hub / github.com/Icinga/icinga2 / FatalError

Method FatalError

agent/windows-setup-agent/Program.cs:77–81  ·  view source on GitHub ↗
(Form owner, string message)

Source from the content-addressed store, hash-verified

75
76
77 public static void FatalError(Form owner, string message)
78 {
79 MessageBox.Show(owner, message, "Icinga 2 Setup Wizard", MessageBoxButtons.OK, MessageBoxIcon.Error);
80 Application.Exit();
81 }
82
83 /// <summary>
84 /// The main entry point for the application.

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.80

Tested by

no test coverage detected