C# Class Kudu.Core.ThreadAbortExtensions

Afficher le fichier Open project: projectkudu/kudu

Méthodes publiques

Méthode Description
AbortedByKudu ( this exception ) : bool
GetString ( this exception ) : string
KuduAbort ( this thread, string message ) : void

Method Details

AbortedByKudu() public static méthode

public static AbortedByKudu ( this exception ) : bool
exception this
Résultat bool

GetString() public static méthode

public static GetString ( this exception ) : string
exception this
Résultat string

KuduAbort() public static méthode

public static KuduAbort ( this thread, string message ) : void
thread this
message string
Résultat void