Exception thrown by the Linq-to-SQL Profiler's BeginProfiling method(s) if a filter that rely on execution plans is specified but the ExecutionPlanMode parameter for the same profiler trace is set to None.

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

Syntax

C#
public class FilterRequiresExecutionPlanException : Exception
Visual Basic
Public Class FilterRequiresExecutionPlanException _
	Inherits Exception
Visual C++
public ref class FilterRequiresExecutionPlanException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    HuagatiEFProfiler.Filters..::..FilterRequiresExecutionPlanException

See Also