10.24.0

FieldNotFoundException(String, String) Constructor

Initalizes a new instance of the FieldNotFoundException class with a specified error message and entity string.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public FieldNotFoundException(
	string entity,
	string message
)

Parameters

entity  String
Name of the entity not found.
message  String
The error message.

See Also