4 writes to uncaughtException
System.Workflow.Runtime (4)
System\Activities\Statements\InteropEnvironment.cs (4)
73
this.
uncaughtException
= e;
88
this.
uncaughtException
= e;
102
this.
uncaughtException
= e;
152
this.
uncaughtException
= e;
4 references to uncaughtException
System.Workflow.Runtime (4)
System\Activities\Statements\InteropEnvironment.cs (4)
200
if (this.
uncaughtException
!= null)
202
if (WorkflowExecutor.IsIrrecoverableException(this.
uncaughtException
))
217
if (this.completed || this.
uncaughtException
!= null)
219
this.Activity.OnClose(this.nativeActivityContext, this.
uncaughtException
);