IMapContainerDeleteField Method
Deletes the named field from the map.
Namespace: SolaceSystems.Solclient.Messaging.SDTAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
void DeleteField(
string name
)
Parameters
- name String
- The name of the field to delete.
ArgumentNullException |
Thrown when input parameter is null.
|
InvalidOperationException |
Thrown when the container is already closed.
|
OperationErrorException |
Thrown when an error occurs. In this case
ReturnCode and SDKErrorInfo are accessible from OperationErrorException
and will contain more information.
|
FieldNotFoundException |
Thrown when no such field exists with the given name.
|
FatalErrorException |
Thrown when an unrecoverable error occurs.
|