Click or drag to resize

SubscriptionsNotAvailableWithNoServerSessionException Class

Exception thrown when trying to use event subscription api with NON server session. Subscriptions require use of server.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsSubscriptionsNotAvailableWithNoServerSessionException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class SubscriptionsNotAvailableWithNoServerSessionException : Exception
See Also