C# Класс Theraot.Core.AggregateExceptionHelper

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

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

Метод Описание
AddException ( AggregateException &target, Exception source ) : void
AddException ( Exception &target, Exception source ) : void

Описание методов

AddException() публичный статический Метод

public static AddException ( AggregateException &target, Exception source ) : void
target AggregateException
source Exception
Результат void

AddException() публичный статический Метод

public static AddException ( Exception &target, Exception source ) : void
target Exception
source Exception
Результат void