Forum Post: Re: Structured Error Handling In Triggers Confusion

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
.NET also has a way to catch an unhandled exception - by subscribing to: AppDomain.CurrentDomain.UnhandledException I think this is analagous to this unwantedException in nodejs. But at least in .NET, by the time such an event handler fires, the app has unwound and is about to terminate. What people want is to trap the exception and just keep going as if it didn't happen (assuming the trigger code itself doesn't do something to shut the app down).

Continue reading...
 
Status
Not open for further replies.
Back
Top