Class BinaryExceptionClassifier
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
BinaryExceptionClassifier(IList<Type>, bool)
public BinaryExceptionClassifier(IList<Type> exceptionClasses, bool defaultValue)
Parameters
Properties
TraverseInnerExceptions
public bool TraverseInnerExceptions { get; set; }
Property Value
Methods
Classify(Exception)
public override bool Classify(Exception classifiable)
Parameters
classifiable
Exception