10.24.0

IMapContainerDeleteField Method

Deletes the named field from the map.

Definition

Namespace: SolaceSystems.Solclient.Messaging.SDT
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
void DeleteField(
	string name
)

Parameters

name  String
The name of the field to delete.

Exceptions

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.

See Also