Gets the code source for the error

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ErrorSource { get; }
Visual Basic (Declaration)
Public ReadOnly Property ErrorSource As String
Visual C++
public:
property String^ ErrorSource {
	String^ get ();
}

Field Value

The code source for the error

Return Value

Remarks

See Also