I'll Throw That (Exception)
.NET-Working With Errors
That'll Never Happen (Until It Does)
Who's PR?
My Jira Tasks
100

throw new Exception("invalid reviewer name");

Notify AsyncProcessor EmailGenerator

100

tpldata.AddtlProductEnhancementsAndChanges[msgCat][rank][mt].Add(msg);

KeyNotFoundException (Dictionary Access)

Notify AsyncProcessor DigestMailer

100

returnName = firstName[0] + lastName;

OA3 OnlineAssistant OaAdminDatabaseManager

100

Fix Notify email issue after server reboot

Kevin

200

throw new Exception("email test parameters not fully defined");

Notify AsyncProcessor EmailBlaster

200

_fdsEmails = lookupFdsEmails(fdsUsers);

NullReferenceException - Dictionary is Null

Notify AsyncProcessor EmailBlaster

200

var tdict = targets.ToDictionary((ks) => ks.Value.user_id, (vs) => vs.Key);

ArgumentException: An item with the same key has already been added to the dictionary.

Notify Propagatorworker PropagatorBase

200

if we want to do cleanup as part of this branch, we can likely get rid of this function now

200

Migrate component caching layer

Tamas

300

throw new InvalidOperationException("The specified stream is not open for writing.");

OA3 Common S3AttachmentStore

300

var queryResults = commandResult.QueryResults.First();

InvalidOperationException - "Sequence contains no elements"

Notify Propagatorworker SphinxSearchQuery

300

DateTime.Now.Subtract(msg.replication_updated_at.Value).TotalMinutes < PROCESSING_TIME_LIMIT)

InvalidOperationException: Nullable object must have a value.

Notify Propagatorworker PropagatorFeeder

300

OA Bookmark Bug Fix

Adam

400

throw new Exception("ugh");

Notify NotifyManager LogsController

400

if (!UrlConfigurationId.HasValue) throw new InvalidOperationException("Attempted to convert an invalid TranslationRule to its Test equivalent");

InvalidOperationException - "Attempted to convert an invalid TranslationRule to its Test equivalent"

CL2 ComponentLibrary.Data WebComponentTranslationRules

400

window.parent.fdsWebFrame.openUtilityTrayPanel('alerts', buttonHref.split('alert-manager?')[1]);

TypeError: Cannot read property 'fdsWebFrame' of undefined

IAN in-app-notifications GenericNotification

400

Integrate Pinia into application

Sergey

500

throw new ArgumentException("Not valid CAccess");

CL2 ComponentLibrary.Core ComponentLibraryGenerator

500

var file = HttpContext.Current.Request.Files[0];

System.ArgumentException: Index was out of range

OA3 OnlineAssistant CmsController

500

var catUsers = UsersSubscription.EmployeesForCategory(cat.category_id, ctx); users.AddRange(users);

Notify Propagatorworker InternalSubscriberPropagator

500

IAN WS confirm acks not tracking

Adam