C# Класс Elders.Hystrix.NET.Exceptions.HystrixRuntimeException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
HystrixRuntimeException ( FailureType failureCause, Type commandType, string message, Exception innerException, Exception fallbackException ) : System

Initializes a new instance of the HystrixRuntimeException class with details about the cause and source of the error.

Защищенные методы

Метод Описание
HystrixRuntimeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the HystrixRuntimeException class with serialized data.

Описание методов

HystrixRuntimeException() публичный Метод

Initializes a new instance of the HystrixRuntimeException class with details about the cause and source of the error.
public HystrixRuntimeException ( FailureType failureCause, Type commandType, string message, Exception innerException, Exception fallbackException ) : System
failureCause FailureType
commandType System.Type
message string
innerException System.Exception
fallbackException System.Exception
Результат System

HystrixRuntimeException() защищенный Метод

Initializes a new instance of the HystrixRuntimeException class with serialized data.
protected HystrixRuntimeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds /// the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains /// contextual information about the source or destination.
Результат System