docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NotEnoughSpaceException

    Thrown when attempting to write more data than is available to a user or is available on the system.

    Inheritance
    object
    Exception
    SystemException
    IOException
    NotEnoughSpaceException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.PlatformToolkit
    Assembly: Unity.PlatformToolkit.dll
    Syntax
    public class NotEnoughSpaceException : IOException, ISerializable

    Constructors

    NotEnoughSpaceException()

    Construct a NotEnoughSpaceException with no message.

    Declaration
    public NotEnoughSpaceException()

    NotEnoughSpaceException(string)

    Construct a NotEnoughSpaceException with a message.

    Declaration
    public NotEnoughSpaceException(string message)
    Parameters
    Type Name Description
    string message

    The message to include with the exception.

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)