public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
Parameters
| Parameter Name | Description |
|---|---|
| strFilename | Indicates the name of the settings file. |
public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
| Parameter Name | Description |
|---|---|
| strFilename | Indicates the name of the settings file. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if strFilename is null. |
| System.ArgumentException | Thrown if strFilename is empty. |
| BaseException | Thrown if the method failed. |