NeoProfileLoad Method (String) |
Namespace:
ff14bot.NeoProfiles
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static NeoProfile Load(
string path
)
Parameters
- path
- Type: SystemString
Return Value
Type:
NeoProfileExceptions Exception | Condition |
---|
FileNotFoundException | Thrown when there exists no file at Path. |
XmlException | Thrown if the XML file at Path is not valid XML. |
See Also