nicko       2004/06/06 17:58:44

  Modified:    src/Util OptionConverter.cs
  Log:
  Updated to use SystemInfo.CreateArgumentOutOfRangeException
  
  Revision  Changes    Path
  1.6       +1 -1      logging-log4net/src/Util/OptionConverter.cs
  
  Index: OptionConverter.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Util/OptionConverter.cs,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- OptionConverter.cs        2 Jun 2004 16:22:35 -0000       1.5
  +++ OptionConverter.cs        7 Jun 2004 00:58:44 -0000       1.6
  @@ -386,7 +386,7 @@
                                }
                        }
   
  -                     throw new ArgumentException("Cannot convert source 
object [" + sourceInstance.ToString() + "] to target type [" + targetType.Name 
+ "]", "sourceObject");
  +                     throw new ArgumentException("Cannot convert source 
object [" + sourceInstance.ToString() + "] to target type [" + targetType.Name 
+ "]", "sourceInstance");
                }
   
   //           /// <summary>
  
  
  

Reply via email to