C# 클래스 WindowsPhoneTestFramework.Server.Utils.ExceptionSafe

파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( System.Action action, Action exceptionAction = null ) : void
ExecuteConsoleWriteAnyException ( System.Action action, string exceptionMessageBase ) : void

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( System.Action action, Action exceptionAction = null ) : void
action System.Action
exceptionAction Action
리턴 void

ExecuteConsoleWriteAnyException() 공개 정적인 메소드

public static ExecuteConsoleWriteAnyException ( System.Action action, string exceptionMessageBase ) : void
action System.Action
exceptionMessageBase string
리턴 void