ClintHeyer.Httpd
Class ServerBindException

There was an exception binding the server to a port

Field Summary
int Port

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
ServerBindException(int port, System.Exception inner)

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

Port

public int Port

Constructor Detail

ServerBindException

public ServerBindException(int port,
                           System.Exception inner)