[TIBCO.EMS .NET Admin client library 6.3 documentation]

Prints stack trace of this exception and of the internal exception if it is set.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void printStackTrace(
	StreamWriter s
)
Public Sub printStackTrace ( _
	s As StreamWriter _
)
public:
void printStackTrace(
	StreamWriter^ s
)

Parameters

s
Type: System.IO..::.StreamWriter
the PrintWriter object to print to.

See Also