QHBugsIsStunned Method

Checks whether an exception is an irrecoverable one. The list of exceptions that are treated as "stunned" is in StunnedExceptions.

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static bool IsStunned(
	Exception e
)

Parameters

e  Exception
Exception to check.

Return Value

Boolean
True if e should be treated as a program bug or an irrecoverable error.

See Also