log4net SDK Reference

LoggingEvent.GetExceptionString Method 

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

[Visual Basic]
Public Function GetExceptionString() As String
[C#]
public string GetExceptionString();

Return Value

This event's exception's rendered using the RendererMap.

Remarks

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

See Also

LoggingEvent Class | log4net.Core Namespace