Enum DebugAction
Specifies how to handle Assertion and other failures
Namespace: NFX
Assembly: NFX.dll
Syntax
[Flags]
public enum DebugAction
Fields
| Name | Description |
|---|---|
| Default | Default to the value of Debugging.DefaultDebugAction |
| Log | Write message to log |
| Throw | Throw exception |
| ThrowAndLog | Shortcut for throwing exception and writing a message to log |