DetectionStackTrace Property

Gets a string representation of the call stack at the time of the current exception.

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

Syntax

'Declaration
Public Property DetectionStackTrace As String
    Get
    Private Set
'Usage
Dim instance As RealTimeException
Dim value As String

value = instance.DetectionStackTrace
public string DetectionStackTrace { get; private set; }

Property Value

Type: System..::..String
A string representation of the call stack.

Remarks

For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.

See Also

Reference

RealTimeException Class

RealTimeException Members

Microsoft.Rtc.Signaling Namespace