docs.unity.cn
    Show / Hide Table of Contents

    Class MissingStoreSecretException

    Security exception for a missing store secret.

    Inheritance
    Object
    Exception
    IAPSecurityException
    MissingStoreSecretException
    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 MissingStoreSecretException : IAPSecurityException, ISerializable, _Exception

    Constructors

    MissingStoreSecretException(String)

    Constructs an instance with a message.

    Declaration
    public MissingStoreSecretException(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