NUnit.Framework.Internal.FinallyDelegate.HandleUnhandledExc C# (CSharp) Метод

HandleUnhandledExc() публичный Метод

public HandleUnhandledExc ( Exception ex ) : void
ex System.Exception
Результат void
		public void HandleUnhandledExc (Exception ex) {
			TestExecutionContext context = this.testStack.Peek().Item1;
			context.CurrentResult.RecordException(ex);
			context.CurrentResult.ThreadCrashFail = true;
		}