Naanou.LookupService
Class NodeCommunicationException

There was a problem talking to the node

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
NodeCommunicationException()
         Constructor
NodeCommunicationException(string msg, System.Exception inner)
         Constructor
NodeCommunicationException(string msg)
         Constructor

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, InternalToString, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

NodeCommunicationException

public NodeCommunicationException()

Constructor


NodeCommunicationException

public NodeCommunicationException(string msg,
                                  System.Exception inner)

Constructor

Parameters:
msg - Message
inner - Inner exception

NodeCommunicationException

public NodeCommunicationException(string msg)

Constructor

Parameters:
msg - Message