EntitySqlException.ErrorContext 属性

定义

获取发生错误的大致上下文(如果有)。

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

属性值

一个字符串,描述发生错误的大致上下文(如果有)。

适用于