C# Class BitSharper.Threading.Execution.ExecutionException

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

Méthodes publiques

Méthode Description
ExecutionException ( ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with no detail message.

ExecutionException ( Exception rootCause ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified cause.

ExecutionException ( String message ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message.

ExecutionException ( String message, Exception cause ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message and cause.

Méthodes protégées

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

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

Method Details

ExecutionException() public méthode

Constructs a BitSharper.Threading.Execution.ExecutionException with no detail message.
public ExecutionException ( ) : System
Résultat System

ExecutionException() public méthode

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified cause.
public ExecutionException ( Exception rootCause ) : System
rootCause System.Exception The root exception that is being wrapped.
Résultat System

ExecutionException() protected méthode

Creates a new instance of the BitSharper.Threading.Execution.ExecutionException class.
protected ExecutionException ( 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

ExecutionException() public méthode

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message.
public ExecutionException ( String message ) : System
message String the detail message
Résultat System

ExecutionException() public méthode

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message and cause.
public ExecutionException ( String message, Exception cause ) : System
message String the detail message
cause System.Exception the cause (which is saved for later retrieval by the
Résultat System