SaveConfigurationToFile¶
-
void IController.SaveConfigurationToFile(string filename)¶
Gets the configuration and writes it to the specified file in XML format.
- Parameters
filename – Name of file in which the configuration is stored in XML format.
- Throws
NullArgumentException
– Null reference was passed.AccessDeniedException
– Unable to open file for writing.WriteErrorException
– Error while writing file.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException
– Incompatible firmware version loaded.System.ObjectDisposedException
– Object is disposed.