UnityEngine.Networking.DotNetCompatibility.GetErrorCode C# (CSharp) Méthode

GetErrorCode() private méthode

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