DebugAction EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies how to handle Assertion and other failures

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[FlagsAttribute]
public enum DebugAction
Members

  Member nameValueDescription
Default0Default to the value of Debugging.DefaultDebugAction
Throw1Throw exception
Log2Write message to log
ThrowAndLog3Shortcut for throwing exception and writing a message to log
See Also