Class HystrixCommandException
Inheritance
System.Object
System.Exception
System.AggregateException
HystrixCommandException
Inherited Members
System.AggregateException.Flatten()
System.AggregateException.GetBaseException()
System.AggregateException.Handle(System.Func<System.Exception, System.Boolean>)
System.AggregateException.ToString()
System.AggregateException.InnerExceptions
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixCommandException : AggregateException
Constructors
| Improve this Doc View SourceHystrixCommandException()
Declaration
public HystrixCommandException()
HystrixCommandException(IEnumerable<Exception>)
Declaration
public HystrixCommandException(IEnumerable<Exception> innerExceptions)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Exception> | innerExceptions |