log4net SDK Reference

LoggingEvent.GetExceptionStrRep Method 

NOTE: This method is now obsolete.

Use GetExceptionString instead


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

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

Return Value

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

Remarks

Obsolete. Use GetExceptionString instead.

See Also

LoggingEvent Class | log4net.Core Namespace