Share via


ExceptionFormatter.WriteStackTrace Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

When overridden by a class, writes the value of the StackTrace property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)

Syntax

'Declaration
ProtectedMustOverrideSubWriteStackTrace ( _
    stackTraceAs String _
)
protectedabstractvoidWriteStackTrace(
    string stackTrace
)
protected:
virtualvoidWriteStackTrace(
    String^ stackTrace
) abstract
protectedabstractfunctionWriteStackTrace(
    stackTrace : String
)

Parameters

  • stackTrace
    Type: System.String
    The stack trace of the exception.

See Also

ExceptionFormatter Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.