C# Class BclExtras.Threading.FutureCanceledException

Inheritance: FutureException
Show file Open project: scottwis/tiny

Public Methods

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

Protected Methods

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

Method Details

FutureCanceledException() public method

public FutureCanceledException ( ) : System
return System

FutureCanceledException() protected method

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

FutureCanceledException() public method

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

FutureCanceledException() public method

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