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

Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
Start ( Func asyncMethod ) : void

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

Method Details

Start() public static méthode

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