EdmSchemaError.StackTrace 属性

定义

获取发生错误时的堆栈跟踪的字符串表示形式。

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

属性值

发生错误时的堆栈跟踪的字符串表示形式。

适用于