Table of Contents

Class BinaryExceptionClassifier

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.dll
public class BinaryExceptionClassifier : SubclassClassifier<Exception, bool>, IClassifier<Exception, bool>
Inheritance
BinaryExceptionClassifier
Implements
Inherited Members

Constructors

BinaryExceptionClassifier(bool)

public BinaryExceptionClassifier(bool defaultValue)

Parameters

defaultValue bool

BinaryExceptionClassifier(Dictionary<Type, bool>)

public BinaryExceptionClassifier(Dictionary<Type, bool> typeMap)

Parameters

typeMap Dictionary<Type, bool>

BinaryExceptionClassifier(Dictionary<Type, bool>, bool)

public BinaryExceptionClassifier(Dictionary<Type, bool> typeMap, bool defaultValue)

Parameters

typeMap Dictionary<Type, bool>
defaultValue bool

BinaryExceptionClassifier(IList<Type>)

public BinaryExceptionClassifier(IList<Type> exceptionClasses)

Parameters

exceptionClasses IList<Type>

BinaryExceptionClassifier(IList<Type>, bool)

public BinaryExceptionClassifier(IList<Type> exceptionClasses, bool defaultValue)

Parameters

exceptionClasses IList<Type>
defaultValue bool

Properties

TraverseInnerExceptions

public bool TraverseInnerExceptions { get; set; }

Property Value

bool

Methods

Classify(Exception)

public override bool Classify(Exception classifiable)

Parameters

classifiable Exception

Returns

bool