C# Class BclExtras.Threading.FutureAbortedException

Inheritance: FutureException
Show file Open project: scottwis/tiny

Public Methods

Method Description
FutureAbortedException ( ) : System
FutureAbortedException ( string message ) : System
FutureAbortedException ( string message, Exception inner ) : System

Protected Methods

Method Description
FutureAbortedException ( System info, System context ) : System

Method Details

FutureAbortedException() public method

public FutureAbortedException ( ) : System
return System

FutureAbortedException() protected method

protected FutureAbortedException ( System info, System context ) : System
info System
context System
return System

FutureAbortedException() public method

public FutureAbortedException ( string message ) : System
message string
return System

FutureAbortedException() public method

public FutureAbortedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System