CleanExceptionStackTrace Property |
Gets a string representation of the immediate frames on the call stack.
Namespace: Dundas.BI.WebApiAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic override string StackTrace { get; }Public Overrides ReadOnly Property StackTrace As String
Get
public:
virtual property String^ StackTrace {
String^ get () override;
}abstract StackTrace : string with get
override StackTrace : string with get
Return Value
StringA string that describes the immediate frames of the call stack. If no stack trace is available (such as prior to stack unwinding from a
throw statement), the value is
.
See Also