C# 클래스 AK.F1.Timing.Extensions.ExceptionExtensions

System.Exception extension class. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
IsFatal ( this exc ) : bool

Returns a value indicating if the specified System.Exception is classed as fatal.

PreserveStackTrace ( this exc ) : void

Preserves the stack trace of the specified System.Exception.

비공개 메소드들

메소드 설명
ExceptionExtensions ( ) : System

메소드 상세

IsFatal() 공개 정적인 메소드

Returns a value indicating if the specified System.Exception is classed as fatal.
public static IsFatal ( this exc ) : bool
exc this The exception.
리턴 bool

PreserveStackTrace() 공개 정적인 메소드

Preserves the stack trace of the specified System.Exception.
/// Thrown when is . ///
public static PreserveStackTrace ( this exc ) : void
exc this The exception.
리턴 void