EntitySqlException.ErrorContext プロパティ

定義

エラーが発生したおおよそのコンテキストを取得します (取得可能な場合)。

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

プロパティ値

エラーが発生したおおよそのコンテキストを表す文字列 (取得可能な場合)。

適用対象