C# Класс AK.F1.Timing.Extensions.ExceptionExtensions

System.Exception extension class. This class is .
Показать файл Открыть проект

Открытые методы

Метод Описание
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