Naanou.LookupService
Class DiscoveryException

Exception occured during discovery

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
DiscoveryException(string message, System.Exception e)
         Constructor
DiscoveryException(System.Exception e)
         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

DiscoveryException

public DiscoveryException(string message,
                          System.Exception e)

Constructor

Parameters:
message - Message
e - Exception to wrap

DiscoveryException

public DiscoveryException(System.Exception e)

Constructor

Parameters:
e - Exception to wrap