ExceptionFormatter ReportExceptionDetail Method

This method will return a formatted report exception details. This will walk any inner exceptions and add them to the details.

Namespace:  Scribe.Core.ConnectorApi.Exceptions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   static   string   ReportExceptionDetail(
	Exception   exception
)

Parameters

exception

Type: System Exception

The passed in exception object requiring formatting.

Return Value

Type: String

The formatted report exception details.

See

ExceptionFormatter Class

Scribe.Core.ConnectorApi.Exceptions Namespace