Show / Hide Table of Contents

Class ExceptionDetail

Represents a filter for matching known exceptions by their characteristics.

Inheritance
object
ExceptionDetail
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2
Assembly: CoverageKiller2.dll
Syntax
public class ExceptionDetail

Constructors

ExceptionDetail()

Declaration
public ExceptionDetail()

Properties

ExceptionType

Declaration
public Type ExceptionType { get; set; }
Property Value
Type Description
Type

HResult

Declaration
public List<int> HResult { get; set; }
Property Value
Type Description
List<int>

HelpLinkEndsWith

Declaration
public string HelpLinkEndsWith { get; set; }
Property Value
Type Description
string

MessageContains

Declaration
public string MessageContains { get; set; }
Property Value
Type Description
string

TargetSiteName

Declaration
public string TargetSiteName { get; set; }
Property Value
Type Description
string

Methods

Is(Exception, ExceptionDetail)

Checks whether a given exception matches the provided ExceptionDetail definition.

Declaration
public static bool Is(Exception ex, ExceptionDetail detail)
Parameters
Type Name Description
Exception ex
ExceptionDetail detail
Returns
Type Description
bool

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX