NLog Logging Library

LogManager.ThrowExceptions Property

[This is preliminary documentation and subject to change.]

Specified whether NLog should throw exceptions. By default exceptions are not thrown under any circumstances.

[Visual Basic]
Public Shared Property ThrowExceptions As Boolean
[C#]
public static bool ThrowExceptions {get; set;}

See Also

LogManager Class | NLog Namespace