Show / Hide Table of Contents

Class ExceptionRegistry

Optional: Maps enum identifiers to ExceptionDetail instances.

Inheritance
object
ExceptionRegistry
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 static class ExceptionRegistry

Methods

Get(KnownExceptionType)

Declaration
public static ExceptionDetail Get(KnownExceptionType type)
Parameters
Type Name Description
KnownExceptionType type
Returns
Type Description
ExceptionDetail
In this article
Back to top Generated by DocFX