Searched defs:ClientException (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DClientException.cs99 public class ClientException : ApplicationException class in namespace:Avahi
111 internal ClientException (int code) : this ((ErrorCode) code) { method in class:Avahi.ClientException
114 internal ClientException (ErrorCode code) : base (GetErrorString (code)) method in class:Avahi.ClientException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DClientException.cs99 public class ClientException : ApplicationException class in namespace:Avahi
111 internal ClientException (int code) : this ((ErrorCode) code) { method in class:Avahi.ClientException
114 internal ClientException (ErrorCode code) : base (GetErrorString (code)) method in class:Avahi.ClientException

Completed in 59 milliseconds