Gets an indication of where in the code the error occurred.

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

Remarks

This string is in the form Component.Class.Method or Class.Method.

See Also