C# Class AK.F1.Timing.Extensions.ExceptionExtensions

System.Exception extension class. This class is .
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
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.

Private Methods

Method Description
ExceptionExtensions ( ) : System

Method Details

IsFatal() public static method

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

PreserveStackTrace() public static method

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