CleanExceptionStackTrace Property

Gets a string representation of the immediate frames on the call stack.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public override string StackTrace { get; }

Return Value

Type: String
A string that describes the immediate frames of the call stack.

Implements

_ExceptionStackTrace
See Also