Table of Contents

Class HystrixRuntimeException

Namespace
Steeltoe.CircuitBreaker.Hystrix.Exceptions
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
[Serializable]
public class HystrixRuntimeException : Exception, ISerializable
Inheritance
HystrixRuntimeException
Implements
Inherited Members

Constructors

HystrixRuntimeException()

public HystrixRuntimeException()

HystrixRuntimeException(FailureType, Type, string)

public HystrixRuntimeException(FailureType failureCause, Type commandClass, string message)

Parameters

failureCause FailureType
commandClass Type
message string

HystrixRuntimeException(FailureType, Type, string, Exception, Exception)

public HystrixRuntimeException(FailureType failureCause, Type commandClass, string message, Exception cause, Exception fallbackException)

Parameters

failureCause FailureType
commandClass Type
message string
cause Exception
fallbackException Exception

HystrixRuntimeException(SerializationInfo, StreamingContext)

protected HystrixRuntimeException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

HystrixRuntimeException(string)

public HystrixRuntimeException(string message)

Parameters

message string

HystrixRuntimeException(string, Exception)

public HystrixRuntimeException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

FailureType

public FailureType FailureType { get; }

Property Value

FailureType

FallbackException

public Exception FallbackException { get; }

Property Value

Exception

ImplementingClass

public Type ImplementingClass { get; }

Property Value

Type

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext