LoadConfiguration¶
-
void IController.LoadConfiguration(string xml)¶
Load configuration from the specified XML string.
- Parameters
xml – String containing XML configuration.
- Throws
NullArgumentException– Null reference was passed.InvalidFormatException– Invalid XML contents (see exception message for details).InvalidOperationException– Invalid state to load XML contents (see exception message for details).ResourceBusyException– Resource is in use and cannot be (re-)configured, e.g. updatable.OutOfResourcesException– Insufficient resources to create requested configuration, e.g. parameter sets or matrices.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.