Class NotEnoughDataException
Exception thrown when decoding an Erlang term if there's not enough data in the buffer to construct the term
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public class NotEnoughDataException : ErlException, ISerializable, IQueable
Constructors
NotEnoughDataException()
Declaration
public NotEnoughDataException()
NotEnoughDataException(String)
Declaration
public NotEnoughDataException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
Implements
System.Runtime.Serialization.ISerializable