Beispiel #1
0
 public NotNetworkDeployedException() : base(BackgroundUpdateMain.GetResourceManager().GetString("excNotNetworkDeployed"))
 {
 }
Beispiel #2
0
 //=-------------------------------------------------------------------=
 // 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))
 {
 }
Beispiel #3
0
 public TimeTravelNotInventedYetException() : base(BackgroundUpdateMain.GetResourceManager().GetString("excNoTimeTravel"))
 {
 }