Class HystrixRuntimeException
Inheritance
System.Object
HystrixRuntimeException
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRuntimeException : Exception
Constructors
|
Edit this page
View Source
HystrixRuntimeException()
Declaration
public HystrixRuntimeException()
|
Edit this page
View Source
HystrixRuntimeException(SerializationInfo, StreamingContext)
Declaration
protected HystrixRuntimeException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Edit this page
View Source
HystrixRuntimeException(FailureType, Type, String)
Declaration
public HystrixRuntimeException(FailureType failureCause, Type commandClass, string message)
Parameters
Type |
Name |
Description |
FailureType |
failureCause |
|
Type |
commandClass |
|
System.String |
message |
|
|
Edit this page
View Source
HystrixRuntimeException(FailureType, Type, String, Exception, Exception)
Declaration
public HystrixRuntimeException(FailureType failureCause, Type commandClass, string message, Exception cause, Exception fallbackException)
Parameters
Type |
Name |
Description |
FailureType |
failureCause |
|
Type |
commandClass |
|
System.String |
message |
|
Exception |
cause |
|
Exception |
fallbackException |
|
|
Edit this page
View Source
HystrixRuntimeException(String)
Declaration
public HystrixRuntimeException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
HystrixRuntimeException(String, Exception)
Declaration
public HystrixRuntimeException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
Properties
|
Edit this page
View Source
FailureType
Declaration
public FailureType FailureType { get; }
Property Value
|
Edit this page
View Source
FallbackException
Declaration
public Exception FallbackException { get; }
Property Value
Type |
Description |
Exception |
|
|
Edit this page
View Source
ImplementingClass
Declaration
public Type ImplementingClass { get; }
Property Value
Methods
|
Edit this page
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|