Method name where the exception occurred.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Location { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Location As String Get |
| Visual C++ |
|---|
public: property String^ Location { String^ get (); } |
| F# |
|---|
member Location : string with get |