C# Class System.Threading.OperationCanceledException

Inheritance: System.OperationCanceledException
显示文件 Open project: spicypixel/concurrency-kit-cs Class Usage Examples

Public Methods

Method Description
OperationCanceledException ( ) : System.Runtime.InteropServices
OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException ( string message ) : System.Runtime.InteropServices
OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices

Protected Methods

Method Description
OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

OperationCanceledException() public method

public OperationCanceledException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

OperationCanceledException() public method

public OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
token CancellationToken
return System.Runtime.InteropServices

OperationCanceledException() protected method

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

OperationCanceledException() public method

public OperationCanceledException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

OperationCanceledException() public method

public OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
message string
token CancellationToken
return System.Runtime.InteropServices

OperationCanceledException() public method

public OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
message string
innerException System
return System.Runtime.InteropServices

OperationCanceledException() public method

public OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices
message string
innerException System
token CancellationToken
return System.Runtime.InteropServices