C# 클래스 Microsoft.Scripting.Runtime.ExceptionHelpers

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetExceptionStackTraces ( Exception rethrow ) : IList

Returns all the stack traces associates with an exception

UpdateForRethrow ( Exception rethrow ) : Exception

Updates an exception before it's getting re-thrown so we can present a reasonable stack trace to the user.

비공개 메소드들

메소드 설명
AssociateStackTraces ( Exception e, List traces ) : void
TryGetAssociatedStackTraces ( Exception e, List &traces ) : bool

메소드 상세

GetExceptionStackTraces() 공개 정적인 메소드

Returns all the stack traces associates with an exception
public static GetExceptionStackTraces ( Exception rethrow ) : IList
rethrow System.Exception
리턴 IList

UpdateForRethrow() 공개 정적인 메소드

Updates an exception before it's getting re-thrown so we can present a reasonable stack trace to the user.
public static UpdateForRethrow ( Exception rethrow ) : Exception
rethrow System.Exception
리턴 System.Exception