public NotNetworkDeployedException() : base(BackgroundUpdateMain.GetResourceManager().GetString("excNotNetworkDeployed")) { }
//=-------------------------------------------------------------------= // LocalizableDescriptionAttribute //=-------------------------------------------------------------------= /// <summary> /// Initializes a new instance of this class, passing the fully /// localized string to the base class constructor. /// </summary> /// /// <param name="key"> /// They key to use to get the localized string from the .resx /// file. /// </param> /// public LocalizableDescriptionAttribute(string key) : base(BackgroundUpdateMain.GetResourceManager().GetString(key)) { }
public TimeTravelNotInventedYetException() : base(BackgroundUpdateMain.GetResourceManager().GetString("excNoTimeTravel")) { }