Class HystrixTimeoutException
Inheritance
System.Object
HystrixTimeoutException
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixTimeoutException : Exception
Constructors
|
Edit this page
View Source
HystrixTimeoutException()
Declaration
public HystrixTimeoutException()
|
Edit this page
View Source
HystrixTimeoutException(SerializationInfo, StreamingContext)
Declaration
protected HystrixTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Edit this page
View Source
HystrixTimeoutException(String)
Declaration
public HystrixTimeoutException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
HystrixTimeoutException(String, Exception)
Declaration
public HystrixTimeoutException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|