Contains any error/exception message triggered when executing the query

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

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

See Also