StatefulServerInstanceDoesNotExistException ClassNFX Class Library

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

Exception thrown when statful server identified is not found/has expired/timed-out
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class StatefulServerInstanceDoesNotExistException : ServerInstanceActivationException
See Also