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.2.0

Syntax

C#
public string Location { get; set; }
Visual Basic (Declaration)
Public Property Location As String
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