docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CorruptedSaveException

    Thrown when a corrupted save has been found.

    Inheritance
    object
    Exception
    SystemException
    IOException
    CorruptedSaveException
    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 CorruptedSaveException : IOException, ISerializable

    Constructors

    CorruptedSaveException()

    Construct a CorruptedSaveException with no message.

    Declaration
    public CorruptedSaveException()

    CorruptedSaveException(string)

    Construct a CorruptedSaveException with a message.

    Declaration
    public CorruptedSaveException(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)