Click or drag to resize
ASExceptionStackTrace Property
A string that describes the contents of the call stack, with the most recent method call appearing first.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public override string StackTrace { get; }

Property Value

Type: String
The stack trace as a string

Implements

_ExceptionStackTrace
See Also