Page MenuHomePhabricator

Unhandled exceptions in commands aren't caught properly
Closed, ResolvedPublic

Description

<command code here>
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandBase.Run () [0x00044] in <614f3fa65ab64ac3b1508b0ebc7d169f>:0 
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandHandler.ProcessMessageAsync (System.Object state) [0x00069] in <614f3fa65ab64ac3b1508b0ebc7d169f>:0 
  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in 
<62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <62351af
909f64c3d9f8698380a6f7518>:0 
  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <62351af909f64c3d9f8698380a6f7518>:0

Revisions and Commits