LoggingEvent GetExceptionString Method Apache log4net™ SDK Documentation
Returns this event's exception's rendered using the RendererMap.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string GetExceptionString()

Return Value

Type: OnlineString
This event's exception's rendered using the RendererMap.
Remarks

Returns this event's exception's rendered using the RendererMap.

See Also