Class TransactionIsolationException
Exception thrown when an upload operation is not properly isolated within a begin/end transaction
Inherited Members
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. |