Returns this event's exception's rendered using the
RendererMap.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
[ObsoleteAttribute("Use GetExceptionString instead")]
public string GetExceptionStrRep()
[ObsoleteAttribute("Use GetExceptionString instead")]
public string GetExceptionStrRep()
<ObsoleteAttribute("Use GetExceptionString instead")>
Public Function GetExceptionStrRep As String
<ObsoleteAttribute("Use GetExceptionString instead")>
Public Function GetExceptionStrRep As String
public:
[ObsoleteAttribute(L"Use GetExceptionString instead")]
String^ GetExceptionStrRep()
public:
[ObsoleteAttribute(L"Use GetExceptionString instead")]
String^ GetExceptionStrRep()
Return Value
Type:
String
This event's exception's rendered using the
RendererMap.
Obsolete. Use GetExceptionString instead.