[TIBCO.EMS .NET client library 8.1 documentation]

The method cannot complete because of a security restriction

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public class SecurityException : EMSException
Public Class SecurityException _
	Inherits EMSException
public ref class SecurityException : public EMSException

Remarks

This exception is thrown when a TIBCO EMS Server rejects a user name/password submitted by a client. It may also be thrown for any case where a security restriction prevents a method from completing.

For example, the provider rejects a user or the user’s authentication.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.SecurityException

See Also