C# Class Elders.Hystrix.NET.Exceptions.HystrixRuntimeException

Inheritance: System.Exception
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
HystrixRuntimeException ( FailureType failureCause, Type commandType, string message, Exception innerException, Exception fallbackException ) : System

Initializes a new instance of the HystrixRuntimeException class with details about the cause and source of the error.

Méthodes protégées

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

Initializes a new instance of the HystrixRuntimeException class with serialized data.

Method Details

HystrixRuntimeException() public méthode

Initializes a new instance of the HystrixRuntimeException class with details about the cause and source of the error.
public HystrixRuntimeException ( FailureType failureCause, Type commandType, string message, Exception innerException, Exception fallbackException ) : System
failureCause FailureType
commandType System.Type
message string
innerException System.Exception
fallbackException System.Exception
Résultat System

HystrixRuntimeException() protected méthode

Initializes a new instance of the HystrixRuntimeException class with serialized data.
protected HystrixRuntimeException ( 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