UnityEngine.Networking.DotNetCompatibility.GetErrorCode C# (CSharp) Method

GetErrorCode() private method

private GetErrorCode ( SocketException e ) : string
e System.Net.Sockets.SocketException
return string
        internal static string GetErrorCode(SocketException e)
        {
            return e.ErrorCode.ToString();
        }