Microsoft SDK for Java

WFCException.getStackTrace

Retrieves the stack trace for the specified exception.

Syntax

public static final String getStackTrace( Throwable e )

Parameters

e

The exception to retrieve the stack trace for.

Return Value

Returns a string specifying the call stack.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.