C# 클래스 Theraot.Core.AggregateExceptionHelper

파일 보기 프로젝트 열기: pocketgems/Theraot

공개 메소드들

메소드 설명
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