C# Class Polly.CircuitBreaker.IsolatedCircuitException

Inheritance: BrokenCircuitException
Afficher le fichier Open project: App-vNext/Polly

Méthodes publiques

Méthode Description
IsolatedCircuitException ( string message ) : System

Initializes a new instance of the IsolatedCircuitException class.

Méthodes protégées

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

Initializes a new instance of the IsolatedCircuitException class.

Method Details

IsolatedCircuitException() protected méthode

Initializes a new instance of the IsolatedCircuitException class.
protected IsolatedCircuitException ( 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

IsolatedCircuitException() public méthode

Initializes a new instance of the IsolatedCircuitException class.
public IsolatedCircuitException ( string message ) : System
message string The message that describes the error.
Résultat System