Class HystrixTimeoutException
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Exceptions
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Serializable]
public class HystrixTimeoutException : Exception, ISerializable
- Inheritance
-
HystrixTimeoutException
- Implements
- Inherited Members
Constructors
HystrixTimeoutException()
public HystrixTimeoutException()
HystrixTimeoutException(SerializationInfo, StreamingContext)
protected HystrixTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
HystrixTimeoutException(string)
public HystrixTimeoutException(string message)
Parameters
message
string
HystrixTimeoutException(string, Exception)
public HystrixTimeoutException(string message, Exception inner)