namespace Microsoft.Xna.Framework.GamerServices { /// /// Message box icon types. /// public enum MessageBoxIcon { None, Error, Warning, Alert } }