Constructor SkillResource
SkillResource(string, string)
Initializes a new instance of the SkillResource class.
public SkillResource(string absolutePath, string skillRootPath)
Parameters
absolutePathstringThe absolute path to the resource file on disk.
skillRootPathstringThe absolute path to the skill root directory.
Exceptions
- ArgumentNullException
Thrown when
absolutePathorskillRootPathisnull.- ArgumentException
Thrown when
absolutePathis not withinskillRootPath.