TToiSessionViolationException Exception Reference


Description

A session violation exception is raised if the client attempts to use an operation in an illegal session context. For functions that may be used only with an active session in effect, this exception is raised if they get called in idle state. Likewise, functions that may be called only when there is no active session, raise the session violation exception if they are called when not in idle state.

import "TToiSessionViolationException.idl";