UnityEngine.PlayerPrefsException.PlayerPrefsException C# (CSharp) Method

PlayerPrefsException() public method

public PlayerPrefsException ( string error ) : System
error string
return System
        public PlayerPrefsException(string error) : base(error)
        {
        }
    }
PlayerPrefsException