FieldNotFoundException.EntityNotFound Property

Solclient

FieldNotFoundExceptionEntityNotFound Property
version: 7.2.1.27
The name of the entity that is not found.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string EntityNotFound { get; }
Public ReadOnly Property EntityNotFound As String
	Get
public:
property String^ EntityNotFound {
	String^ get ();
}

Property Value

Type: String
See Also