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;
		}