메소드 | 설명 | |
---|---|---|
Handle ( this aggregateException, bool>.Func |
AggregateException이 가진 모든 Exception에 대해 handler를 호출합니다.
|
메소드 | 설명 | |
---|---|---|
HandleRecursively ( this aggregateException, bool>.Func |
AggregateException 의 내부 Exception이 AggregateException인 경우, 재귀호출을 통해, Exception만을 predicate를 통해 실행시킨다.
|
public static Handle ( this aggregateException, bool>.Func |
||
aggregateException | this | |
predicate | bool>.Func | |
leaveStructureIntact | bool | AggregateException의 내부 Exception이 AggregateException인 경우, 재귀호출을 통해 점검할 것인가 여부 |
리턴 | void |