C# Class Kudu.Core.ThreadAbortExtensions

Mostra file Open project: projectkudu/kudu

Public Methods

Method Description
AbortedByKudu ( this exception ) : bool
GetString ( this exception ) : string
KuduAbort ( this thread, string message ) : void

Method Details

AbortedByKudu() public static method

public static AbortedByKudu ( this exception ) : bool
exception this
return bool

GetString() public static method

public static GetString ( this exception ) : string
exception this
return string

KuduAbort() public static method

public static KuduAbort ( this thread, string message ) : void
thread this
message string
return void