C# Class System.Threading.Tasks.TaskCanceledException

Inheritance: System.OperationCanceledException
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
TaskCanceledException ( ) : System
TaskCanceledException ( System.Threading.Tasks.Task task ) : System
TaskCanceledException ( string message ) : System
TaskCanceledException ( string message, Exception inner ) : System

Protected Methods

Method Description
TaskCanceledException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TaskCanceledException() public method

public TaskCanceledException ( ) : System
return System

TaskCanceledException() protected method

protected TaskCanceledException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TaskCanceledException() public method

public TaskCanceledException ( System.Threading.Tasks.Task task ) : System
task System.Threading.Tasks.Task
return System

TaskCanceledException() public method

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

TaskCanceledException() public method

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