C# 클래스 Rolcore.ExceptionExtensions

Extension methods for Exception.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ForEachInnerException ( this exception, Action action ) : void

Performs an action for the given Exception and its inner exceptions.

메소드 상세

ForEachInnerException() 공개 정적인 메소드

Performs an action for the given Exception and its inner exceptions.
public static ForEachInnerException ( this exception, Action action ) : void
exception this Specifies the exception to iterate.
action Action Specifies the action to take for each exception.
리턴 void