Class ErlConnectionException
Exception thrown when the connection with a given node gets broken
Inheritance
System.Object
System.Exception
ErlConnectionException
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 ErlConnectionException : ErlException, ISerializable, IQueable
Constructors
ErlConnectionException(ErlAtom, IErlObject)
Declaration
public ErlConnectionException(ErlAtom nodeName, IErlObject reason)
Parameters
Type | Name | Description |
---|---|---|
ErlAtom | nodeName | |
IErlObject | reason |
ErlConnectionException(ErlAtom, String)
Declaration
public ErlConnectionException(ErlAtom nodeName, string reason)
Parameters
Type | Name | Description |
---|---|---|
ErlAtom | nodeName | |
System.String | reason |
Fields
Node
Name of the node that experienced connectivity loss
Declaration
public readonly ErlAtom Node
Field Value
Type | Description |
---|---|
ErlAtom |
Reason
Get the reason associated with this exit signal
Declaration
public readonly IErlObject Reason
Field Value
Type | Description |
---|---|
IErlObject |
Properties
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable