Click or drag to resize

OnExceptionLayoutRendererWrapper Class

Only outputs the inner layout when exception has been defined for log message.
Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.LayoutRenderers.WrappersWrapperLayoutRendererBase
      NLog.LayoutRenderers.WrappersOnExceptionLayoutRendererWrapper

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public sealed class OnExceptionLayoutRendererWrapper : WrapperLayoutRendererBase

The OnExceptionLayoutRendererWrapper type exposes the following members.

Constructors
  NameDescription
Public methodOnExceptionLayoutRendererWrapper
Initializes a new instance of the OnExceptionLayoutRendererWrapper class
Top
Properties
  NameDescription
Public propertyElse
If Exception is not found, print this layout.
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Top
Methods
  NameDescription
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
Remarks
See Also