LoggingEvent.GetExceptionStrRep 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

[ObsoleteAttribute("Use GetExceptionString instead")]
public string GetExceptionStrRep()

Return Value

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

Obsolete. Use GetExceptionString() instead.

See Also