[This is preliminary documentation and is subject to change.]
Specifies how to handle Assertion and other failures
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default to the value of Debugging.DefaultDebugAction | |
Throw | 1 | Throw exception | |
Log | 2 | Write message to log | |
ThrowAndLog | 3 | Shortcut for throwing exception and writing a message to log |
See Also