Class TransactionIsolationException
Exception thrown when an upload operation is not properly isolated within a begin/end transaction
Namespace: UnityEditor.Build.CacheServer
Syntax
public class TransactionIsolationException : Exception, ISerializable, _Exception
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. |