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
infoSerializationInfocontextStreamingContext
HystrixTimeoutException(string)
public HystrixTimeoutException(string message)
Parameters
messagestring
HystrixTimeoutException(string, Exception)
public HystrixTimeoutException(string message, Exception inner)