C# Класс Microsoft.HockeyApp.Extensibility.Implementation.ExceptionHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
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