public void ImportSchemes( string strFileName, bool bOverwriteExisting )
public: void ImportSchemes( String^ strFileName, bool bOverwriteExisting )
Parameters
- strFileName
 - The file to import from to. Must include the complete path
 - bOverwriteExisting
 
public void ImportSchemes( string strFileName, bool bOverwriteExisting )
public: void ImportSchemes( String^ strFileName, bool bOverwriteExisting )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when a parameter is null. | 
| System.ArgumentException | Thrown when a parameter is empty. | 
| BaseException | Thrown when strName is not a valid last used scheme. |