Edit

Share via


RealTimeException.DetectionStackTrace Property

Definition

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.

public:
 property System::String ^ DetectionStackTrace { System::String ^ get(); };
public string DetectionStackTrace { get; }
member this.DetectionStackTrace : string
Public ReadOnly Property DetectionStackTrace As String

Property Value

Applies to