C# Class Microsoft.HockeyApp.Extensibility.Implementation.ExceptionHandler

Datei anzeigen Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
Start ( Func asyncMethod ) : void

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

Method Details

Start() public static method

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