UnityEngine.PlayerPrefsException.PlayerPrefsException C# (CSharp) Метод

PlayerPrefsException() публичный Метод

public PlayerPrefsException ( string error ) : System
error string
Результат System
        public PlayerPrefsException(string error) : base(error)
        {
        }
    }
PlayerPrefsException