Click or drag to resize

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
Syntax
C#
public FieldNotFoundException(
	string entity,
	string message
)

Parameters

entity
Type: SystemString
Name of the entity not found.
message
Type: SystemString
The error message.
See Also