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
FailureTypecommandClass
Typemessage
string
HystrixRuntimeException(FailureType, Type, string, Exception, Exception)
public HystrixRuntimeException(FailureType failureCause, Type commandClass, string message, Exception cause, Exception fallbackException)
Parameters
failureCause
FailureTypecommandClass
Typemessage
stringcause
ExceptionfallbackException
Exception
HystrixRuntimeException(SerializationInfo, StreamingContext)
protected HystrixRuntimeException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
HystrixRuntimeException(string)
public HystrixRuntimeException(string message)
Parameters
message
string
HystrixRuntimeException(string, Exception)
public HystrixRuntimeException(string message, Exception innerException)
Parameters
Properties
FailureType
public FailureType FailureType { get; }
Property Value
FallbackException
public Exception FallbackException { get; }
Property Value
ImplementingClass
public Type ImplementingClass { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext