C# Класс Kudu.Core.ThreadAbortExtensions

Показать файл Открыть проект

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

Метод Описание
AbortedByKudu ( this exception ) : bool
GetString ( this exception ) : string
KuduAbort ( this thread, string message ) : void

Описание методов

AbortedByKudu() публичный статический Метод

public static AbortedByKudu ( this exception ) : bool
exception this
Результат bool

GetString() публичный статический Метод

public static GetString ( this exception ) : string
exception this
Результат string

KuduAbort() публичный статический Метод

public static KuduAbort ( this thread, string message ) : void
thread this
message string
Результат void