[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
This exception is thrown when the naming service cannot be proceeded
because of insufficient information to resolve a lookup request.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public class CannotProceedException : NamingException |
Public Class CannotProceedException _ Inherits NamingException |
public ref class CannotProceedException : public NamingException |
Remarks
A destination lookup request found both a queue and a topic with the specified name.
To resolve this situation, specify the destination name in one of these forms:
- $topic:topic-name>
- $queue:queue-name
Inheritance Hierarchy
System..::.Object
System..::.Exception
TIBCO.EMS..::.EMSException
TIBCO.EMS..::.NamingException
TIBCO.EMS..::.CannotProceedException
System..::.Exception
TIBCO.EMS..::.EMSException
TIBCO.EMS..::.NamingException
TIBCO.EMS..::.CannotProceedException