Identifies the source of the error

Namespace: Huagati.LinqToSQL.Profiler
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

Syntax

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

See Also