SaveContentsToFile¶
-
void IUpdatable.SaveContentsToFile(string filename)¶
Gets the contents of the updatable and saves it in the specified file.
- Parameters
filename – Name of file in which updatable contents is stored.
- Throws
NullArgumentException– Null reference was passed.UnsupportedException– Getting updatable contents not supported (see product specific documentation).ResourceBusyException– Entity is already busy with a transfer.AccessDeniedException– Unable to open file for writing.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.