EntitySqlException.ErrorContext プロパティ

定義

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

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

プロパティ値

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

適用対象