C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.ExceptionHandler

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
Start ( Func asyncMethod ) : void

Starts the asyncMethod, catches and logs any exceptions it may throw.

메소드 상세

Start() 공개 정적인 메소드

Starts the asyncMethod, catches and logs any exceptions it may throw.
public static Start ( Func asyncMethod ) : void
asyncMethod Func
리턴 void