Enum DebugAction
Specifies how to handle Assertion and other failures
Namespace: Azos
Assembly: Azos.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 |