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 (10.0.0.1002)
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
Type:
StringA string that describes the immediate frames of the call stack.
See Also