public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
Parameters
| Parameter Name | Description |
|---|---|
| strFilename | Settings file name |
public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
| Parameter Name | Description |
|---|---|
| strFilename | Settings file name |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strFilename is null. |
| System.ArgumentException | Thrown when strFilename is empty. |
| System.ArgumentException | Thrown when file strFilename does not exist. |