FieldNotFoundException Constructor (String, String, Exception)

Solclient

FieldNotFoundException Constructor (String, String, Exception)
version: 7.2.1.27
Initalizes a new instance of the FatalErrorException class with a specified error message, entity string, and cause exception.

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,
	Exception cause
)
Public Sub New ( 
	entity As String,
	message As String,
	cause As Exception
)
public:
FieldNotFoundException(
	String^ entity, 
	String^ message, 
	Exception^ cause
)

Parameters

entity
Type: SystemString
The name of the entity not found.
message
Type: SystemString
The error message.
cause
Type: SystemException
The cause exception.
See Also