Skip to content

Instantly share code, notes, and snippets.

@jgillich
Created December 3, 2014 15:20
Show Gist options
  • Save jgillich/fed6fc9663973281b9e8 to your computer and use it in GitHub Desktop.
Save jgillich/fed6fc9663973281b9e8 to your computer and use it in GitHub Desktop.
System.ArgumentNullException was unhandled
HResult=-2147467261
Message=Der Wert darf nicht NULL sein.
Parametername: input
Source=System
ParamName=input
StackTrace:
bei System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator)
bei GlobalPhone.Rubyfy.Gsub(String self, Regex regex, MatchEvaluator evaluator) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\Rubyfy.cs:Zeile 69.
bei GlobalPhone.Number.Normalize(String str) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\Number.cs:Zeile 122.
bei GlobalPhone.Parsing.Parse(String str, String territoryName) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\Parsing.cs:Zeile 11.
bei GlobalPhone.Context.Parse(String str, String territoryName) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\Context.cs:Zeile 49.
bei GlobalPhone.Context.TryParse(String str, String territoryName) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\Context.cs:Zeile 54.
bei GlobalPhone.GlobalPhone.TryParse(String number, String territoryName) in e:\Users\jakobg\Downloads\GlobalPhone-master\GlobalPhone-master\src\GlobalPhone\GlobalPhone.cs:Zeile 30.
bei PhonebookConverter.SqlSource.GetAddresses() in e:\Users\jakobg\Projects\PhonebookConverter\PhonebookConverter\SqlSource.cs:Zeile 39.
bei PhonebookConverter.Program.Main(String[] args) in e:\Users\jakobg\Projects\PhonebookConverter\PhonebookConverter\Program.cs:Zeile 34.
bei System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ThreadHelper.ThreadStart()
InnerException:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment