FieldNotFoundException Constructor (String, String)

Solclient

FieldNotFoundException Constructor (String, String)
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public FieldNotFoundException(
	string entity,
	string message
)
Public Sub New ( 
	entity As String,
	message As String
)
public:
FieldNotFoundException(
	String^ entity, 
	String^ message
)

Parameters

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