C# 클래스 Appccelerate.IO.ExceptionExtensionMethods

파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
PreserveStackTrace ( this exception ) : Exception

Preserves the stack trace of the exception.

메소드 상세

PreserveStackTrace() 공개 정적인 메소드

Preserves the stack trace of the exception.
public static PreserveStackTrace ( this exception ) : Exception
exception this The exception.
리턴 System.Exception