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

Inheritance: System.Exception
Mostra file Open project: Elders/Hystrix.NET

Public Methods

Method 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.

Protected Methods

Method Description
HystrixRuntimeException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

HystrixRuntimeException() public method

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
return System

HystrixRuntimeException() protected method

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.
return System