If an error occurs when retrieving the execution plan, this member will contain the error details.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public string ExecutionPlanError { get; set; }
Visual Basic
Public Property ExecutionPlanError As String
	Get
	Set
Visual C++
public:
property String^ ExecutionPlanError {
	String^ get ();
	void set (String^ value);
}

See Also