public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
Parameters
- strFilename
- Indicates the name of the settings \file.
public void ReadSettings( string strFilename )
public: void ReadSettings( String^ strFilename )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown
                                                  when strFilenameisnull. | 
| System.ArgumentException | Thrown
                                              when strFilenameis
                                              empty. | 
| BaseException | Method failed. |