ServiceInstanceNotActiveException
Overview
The ServiceInstanceNotActiveException class represents an exception that is raised by the Remoting SDK infrastructure when user code attempts to access user session before the service is activated.
Note: The Service service base class provides virtual method Service.InternalActivate that is called during service activation method. This method can be overrided to perform additional service activation actions. At the moment this moment is called the service is considedred as already activated.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Exceptions
- Ancestry: Exception | ServiceInstanceNotActiveException
Instance Methods
constructor
Creates a new instance of the ServiceInstanceNotActiveException class.
constructor
ServiceInstanceNotActiveException()
Sub New()