Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 1 of 1) sorted by relevance

/external/avahi/avahi-sharp/
DClientException.cs112 internal ClientException (ErrorCode code) : base (GetErrorString (code)) in ClientException()
117 private static string GetErrorString (ErrorCode code) in GetErrorString() method in Avahi.ClientException