docs.unity.cn
    Show / Hide Table of Contents

    Class StoreNotSupportedException

    Security exception for when the store is not supported by the CrossPlatformValidator.

    Inheritance
    Object
    Exception
    IAPSecurityException
    StoreNotSupportedException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Purchasing.Security
    Syntax
    public class StoreNotSupportedException : IAPSecurityException, ISerializable, _Exception

    Constructors

    StoreNotSupportedException(String)

    Constructs an instance with a message.

    Declaration
    public StoreNotSupportedException(string message)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use