StatefulServerInstanceLockTimeoutException ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Exception thrown when statful server instance is not thread safe and could not be locked before set timeout expired
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    NFX NFXException
      NFX.Glue GlueException
        NFX.Glue ServerException
          NFX.Glue ServerInstanceActivationException
            NFX.Glue StatefulServerInstanceLockTimeoutException

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public class StatefulServerInstanceLockTimeoutException : ServerInstanceActivationException
See Also