C# 클래스 Elders.Hystrix.NET.Exceptions.HystrixRuntimeException

상속: System.Exception
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
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