QHBugsIsStunned Method
Checks whether an exception is an irrecoverable one. The list of exceptions that are treated as "stunned"
is in
StunnedExceptions.
Namespace: Quine.HRCatalogAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static bool IsStunned(
Exception e
)
- e Exception
- Exception to check.
Boolean
True if
e should be treated as a program bug or an irrecoverable error.