public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
Parameters
- strFilename
 - Settings file name
 
public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
| 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. |