Parameters
- strSettingPath
- Indicates the path of the setting.
- strFilename
- Indicates the full file name of the settings XML file.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown
when
strSettingPath
is
null .
Thrown
when
strFilename
is
null . |
System.ArgumentException | Thrown
when
strSettingPath
is
empty.
Thrown
when
strFilename
is
empty. |
BaseException | The setting is not defined. |