C# Class System.Threading.OperationCanceledException

Inheritance: System.OperationCanceledException
Afficher le fichier Open project: spicypixel/concurrency-kit-cs Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

OperationCanceledException() public méthode

public OperationCanceledException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

OperationCanceledException() public méthode

public OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
token CancellationToken
Résultat System.Runtime.InteropServices

OperationCanceledException() protected méthode

protected OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.InteropServices

OperationCanceledException() public méthode

public OperationCanceledException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

OperationCanceledException() public méthode

public OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
message string
token CancellationToken
Résultat System.Runtime.InteropServices

OperationCanceledException() public méthode

public OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
message string
innerException System
Résultat System.Runtime.InteropServices

OperationCanceledException() public méthode

public OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices
message string
innerException System
token CancellationToken
Résultat System.Runtime.InteropServices