Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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