C# Class Theraot.Core.AggregateExceptionHelper

Show file Open project: pocketgems/Theraot

Public Methods

Method Description
AddException ( AggregateException &target, Exception source ) : void
AddException ( Exception &target, Exception source ) : void

Method Details

AddException() public static method

public static AddException ( AggregateException &target, Exception source ) : void
target AggregateException
source Exception
return void

AddException() public static method

public static AddException ( Exception &target, Exception source ) : void
target Exception
source Exception
return void