Class ErlBadDataException
Inheritance
System.Object
System.Exception
ErlBadDataException
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.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 ErlBadDataException : ErlConnectionException, ISerializable, IQueable
Constructors
ErlBadDataException(ErlAtom, IErlObject)
Declaration
public ErlBadDataException(ErlAtom nodeName, IErlObject reason)
Parameters
Type | Name | Description |
---|---|---|
ErlAtom | nodeName | |
IErlObject | reason |
ErlBadDataException(ErlAtom, String)
Declaration
public ErlBadDataException(ErlAtom nodeName, string reason)
Parameters
Type | Name | Description |
---|---|---|
ErlAtom | nodeName | |
System.String | reason |
Implements
System.Runtime.Serialization.ISerializable