EdmSchemaError.StackTrace プロパティ

定義

エラーが発生した時点のスタック トレースの文字列形式を取得します。

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

プロパティ値

エラーが発生した時点でのスタック トレースの文字列表現。

適用対象