C# 클래스 Drey.Server.Extensions.ExceptionExtensions

파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
HeadException ( this exc ) : Exception

Pulls the deepest exception out of an exception stack for further processing.

메소드 상세

HeadException() 공개 정적인 메소드

Pulls the deepest exception out of an exception stack for further processing.
public static HeadException ( this exc ) : Exception
exc this The exc.
리턴 System.Exception