Share via


DataCollectorExceptionMessageInfo.StackTrace Property

Definition

Gets or sets the stack trace for the exception that has occurred.

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

Property Value

The stack trace for the exception that has occurred.

Applies to