C# Class Theraot.Core.AggregateExceptionHelper

Afficher le fichier Open project: pocketgems/Theraot

Méthodes publiques

Méthode Description
AddException ( AggregateException &target, Exception source ) : void
AddException ( Exception &target, Exception source ) : void

Method Details

AddException() public static méthode

public static AddException ( AggregateException &target, Exception source ) : void
target AggregateException
source Exception
Résultat void

AddException() public static méthode

public static AddException ( Exception &target, Exception source ) : void
target Exception
source Exception
Résultat void