[TIBCO.EMS .NET client library 8.1 documentation]

This exception is thrown when the naming service cannot be proceeded because of insufficient information to resolve a lookup request.

Namespace:  TIBCO.EMS
Assembly:  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

See Also