10.24.0

FieldNotFoundException(String, String, Exception) Constructor

Initalizes a new instance of the FatalErrorException class with a specified error message, entity string, and cause exception.

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,
	Exception cause
)

Parameters

entity  String
The name of the entity not found.
message  String
The error message.
cause  Exception
The cause exception.

See Also