NUnit.Framework.Internal.FinallyDelegate.HandleUnhandledExc C# (CSharp) Méthode

HandleUnhandledExc() public méthode

public HandleUnhandledExc ( Exception ex ) : void
ex System.Exception
Résultat void
		public void HandleUnhandledExc (Exception ex) {
			TestExecutionContext context = this.testStack.Peek().Item1;
			context.CurrentResult.RecordException(ex);
			context.CurrentResult.ThreadCrashFail = true;
		}