Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
DetectionStackTrace 
As 
String
C#
public 
string 
DetectionStackTrace { 
get; 
private 
set; }
Visual C++
public:
property 
String^ 
DetectionStackTrace {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
detectionStackTrace();
function set_
detectionStackTrace(
value);

See Also