NotEnoughDataException ClassNFX Class Library

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

Exception thrown when decoding an Erlang term if there's not enough data in the buffer to construct the term
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    NFX NFXException
      NFX.Erlang ErlException
        NFX.Erlang NotEnoughDataException

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

public class NotEnoughDataException : ErlException
See Also