RealTimeException.DetectionStackTrace Property
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
'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