docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TransactionIsolationException

    Exception thrown when an upload operation is not properly isolated within a begin/end transaction

    Inheritance
    object
    Exception
    TransactionIsolationException
    Implements
    _Exception
    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: UnityEditor.Build.CacheServer
    Assembly: UnityEditor.CacheServer.dll
    Syntax
    public class TransactionIsolationException : Exception, _Exception, ISerializable

    Constructors

    TransactionIsolationException(string)

    Creates a new exception for when an upload operation is not properly isolated within a begin/end transaction.

    Declaration
    public TransactionIsolationException(string msg)
    Parameters
    Type Name Description
    string msg

    The text containing information to display.

    Implements

    _Exception
    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)