Kudu.Core.ThreadAbortExtensions.AbortedByKudu C# (CSharp) Method

AbortedByKudu() public static method

public static AbortedByKudu ( this exception ) : bool
exception this
return bool
        public static bool AbortedByKudu(this Exception exception)
        {
            return AbortedByKudu(exception as ThreadAbortException);
        }