ServerFault.StackTrace 속성

정의

서버에서 발생한 예외를 throw한 스레드의 스택 추적을 가져오거나 설정합니다.

public:
 property System::String ^ StackTrace { System::String ^ get(); void set(System::String ^ value); };
public string StackTrace { get; set; }
member this.StackTrace : string with get, set
Public Property StackTrace As String

속성 값

서버에서 발생한 예외를 throw한 스레드의 스택 추적입니다.

적용 대상