C# Class BitSharper.Threading.Execution.CancellationException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

Méthode Description
CancellationException ( ) : System

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class.

CancellationException ( string message ) : System

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class. with the specified message.

CancellationException ( string message, Exception rootCause ) : System

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class with the specified message and root cause.

Méthodes protégées

Méthode Description
CancellationException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class.

Method Details

CancellationException() public méthode

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class.
public CancellationException ( ) : System
Résultat System

CancellationException() protected méthode

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class.
protected CancellationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
Résultat System

CancellationException() public méthode

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class. with the specified message.
public CancellationException ( string message ) : System
message string A message about the exception.
Résultat System

CancellationException() public méthode

Creates a new instance of the BitSharper.Threading.Execution.CancellationException class with the specified message and root cause.
public CancellationException ( string message, Exception rootCause ) : System
message string A message about the exception.
rootCause System.Exception The root exception that is being wrapped.
Résultat System