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
strFilename
is
null . |
System.ArgumentException | Thrown
when
strFilename
is
empty. |
BaseException | Method failed. |