Bugsense.WPF.tests.Given_Exception_is_thrown.SendOrStore C# (CSharp) Method

SendOrStore() private method

private SendOrStore ( Exception ex ) : void
ex System.Exception
return void
        private void SendOrStore(Exception ex)
        {
            var errorSender = new ErrorSender(null, _uri, _webRequestCreator);
            errorSender.SendOrStore(new CrashInformationCollector(assemblyRepository, null).CreateCrashReport(ex));
        }