Naanou.Common
Class DifferentNetworkException

Thrown when an operation was performed that requires both parties to be on the same network

Field Summary
Naanou.Common.Hash client
         Client
Naanou.Common.Hash server
         Server

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
DifferentNetworkException(Naanou.Common.Hash client, Naanou.Common.Hash server)
         Constructor
DifferentNetworkException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
         Used by serializer

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


Field Detail

client

public Naanou.Common.Hash client

Client


server

public Naanou.Common.Hash server

Server

Constructor Detail

DifferentNetworkException

public DifferentNetworkException(Naanou.Common.Hash client,
                                 Naanou.Common.Hash server)

Constructor

Parameters:
client - Client
server - Server

DifferentNetworkException

protected DifferentNetworkException(System.Runtime.Serialization.SerializationInfo info,
                                    System.Runtime.Serialization.StreamingContext context)

Used by serializer