EchoTool icon indicating copy to clipboard operation
EchoTool copied to clipboard

Crashes on simple usage

Open raphinesse opened this issue 8 years ago • 0 comments

Using 1.5.0.0

echotool example.com /p udp /r 7 /d Hello

Unbehandelte Ausnahme: System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
   bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   bei System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   bei EchoTool.Arguments..ctor(String[] argumentsArray)
   bei EchoTool.EchoToolWorker..ctor(String[] args)
   bei EchoTool.Program.Main(String[] args)

Sorry for the german exception message, but I can't help it. It translates to An item with the same key has already been added.

raphinesse avatar Feb 25 '17 23:02 raphinesse