-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_CodeExceptions
Andrew Koryavchenko edited this page Jun 17, 2018
·
12 revisions
Exception factory class
System.Object
CodeJam.CodeExceptions
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class CodeExceptions
VB
<ExtensionAttribute>
Public NotInheritable Class CodeExceptions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CodeExceptions = class end
The CodeExceptions type exposes the following members.
Name | Description | |
---|---|---|
BreakOnException | If true, breaks execution if debugger is attached and assertion is failed. Enabled by default. | |
CodeTraceSource | Returns trace source for code exceptions. |
Back to Top