/// <summary>The default constructor for ConfigurationException.</summary>
 /// <remarks>The default constructor for ConfigurationException.</remarks>
 public ConfigurationException(ConfigurationException.MSG message)
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }
Exemple #2
0
 /// <summary>The default constructor for ConfigurationException.</summary>
 /// <remarks>The default constructor for ConfigurationException.</remarks>
 public ConfigurationException(ConfigurationException.MSG message)
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }