Click or drag to resize

ExceptionLayoutRenderer Methods

The ExceptionLayoutRenderer type exposes the following members.

Methods
  NameDescription
Protected methodAppend
Renders the value of layout renderer in the context of the specified log event into StringBuilder.
(Overrides LayoutRendererAppend(StringBuilder, LogEventInfo).)
Protected methodAppendData
Appends the contents of an Exception's Data property to the specified StringBuilder.
Protected methodAppendHResult
Appends the HResult of an Exception to the specified StringBuilder.
Protected methodAppendMessage
Appends the Message of an Exception to the specified StringBuilder.
Protected methodAppendMethod
Appends the method name from Exception's stack trace to the specified StringBuilder.
Protected methodAppendProperties
Appends all the additional properties of an Exception like Data key-value-pairs
Protected methodAppendSerializeObject
Appends all the serialized properties of an Exception into the specified StringBuilder.
Protected methodAppendShortType
Appends the short type of an Exception to the specified StringBuilder.
Protected methodAppendSource
Appends the application source of an Exception to the specified StringBuilder.
Protected methodAppendStackTrace
Appends the stack trace from an Exception to the specified StringBuilder.
Protected methodAppendToString
Appends the result of calling ToString() on an Exception to the specified StringBuilder.
Protected methodAppendType
Appends the type of an Exception to the specified StringBuilder.
Protected methodCloseLayoutRenderer
Closes the layout renderer.
(Inherited from LayoutRenderer.)
Protected methodGetCulture
Get the CultureInfo for rendering the messages to a String
(Inherited from LayoutRenderer.)
Protected methodGetFormatProvider
Get the IFormatProvider for rendering the messages to a String
(Inherited from LayoutRenderer.)
Protected methodInitializeLayoutRenderer
Initializes the layout renderer.
(Inherited from LayoutRenderer.)
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Protected methodResolveServiceT
Resolves the interface service-type from the service-repository
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
See Also