BclExtras.Threading.FutureAbortedException.FutureAbortedException C# (CSharp) Метод

FutureAbortedException() публичный Метод

public FutureAbortedException ( string message ) : System
message string
Результат System
        public FutureAbortedException(string message)
            : base(message)
        {
        }

Same methods

FutureAbortedException::FutureAbortedException ( ) : System
FutureAbortedException::FutureAbortedException ( System info, System context ) : System
FutureAbortedException::FutureAbortedException ( string message, Exception inner ) : System
FutureAbortedException