Sys.Net.WebServiceError.stackTrace Property
Gets the error stack trace.
var stackTrace = error.get_stackTrace();
Return Value
The value of the stack trace, if it exists; otherwise, an empty string.
Remarks
For an example, see the Sys.Net.WebServiceError class overview.