ClassProfileLoad Method |
Namespace: Styx.CommonBot.CharacterManagement
public static ClassProfile Load( string filePath )
Exception | Condition |
---|---|
ArgumentNullException | Thrown if filePath is null. |
FileNotFoundException | Thrown if the file referred to by filePath doesn't exist. |
ClassProfileLoadException | Thrown if the class profile fails loading. |