Class ExceptionDetail
Represents a filter for matching known exceptions by their characteristics.
Inheritance
ExceptionDetail
Assembly: CoverageKiller2.dll
Syntax
public class ExceptionDetail
Constructors
ExceptionDetail()
Declaration
Properties
ExceptionType
Declaration
public Type ExceptionType { get; set; }
Property Value
HResult
Declaration
public List<int> HResult { get; set; }
Property Value
HelpLinkEndsWith
Declaration
public string HelpLinkEndsWith { get; set; }
Property Value
MessageContains
Declaration
public string MessageContains { get; set; }
Property Value
TargetSiteName
Declaration
public string TargetSiteName { get; set; }
Property Value
Methods
Is(Exception, ExceptionDetail)
Checks whether a given exception matches the provided ExceptionDetail definition.
Declaration
public static bool Is(Exception ex, ExceptionDetail detail)
Parameters
Returns
Extension Methods