Note: This API is now obsolete.
Returns this event's exception's rendered using the
RendererMap.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
[ObsoleteAttribute("Use GetExceptionString instead")] public string GetExceptionStrRep()
Return Value
Type: StringThis event's exception's rendered using the RendererMap.
Remarks
Obsolete. Use GetExceptionString instead.
See Also