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