 | FieldNotFoundException Constructor (String, String) |
version: 10.22.0
Initalizes a new instance of the FieldNotFoundException class with a specified
error message and entity string.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic FieldNotFoundException(
string entity,
string message
)
Parameters
- entity
- Type: SystemString
Name of the entity not found. - message
- Type: SystemString
The error message.
See Also