public void ExportSchemes( string strFileName )
public: void ExportSchemes( String^ strFileName )
Parameters
- strFileName
- The file to export to. Must include the complete path. The file is cleared before.
public void ExportSchemes( string strFileName )
public: void ExportSchemes( String^ strFileName )
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. |