Class SequenceAssetException
The SequenceAssetException is thrown each time a Prefab is not a valid Sequence Asset. For example if it doesn't have the SequenceAsset component on it, or if it is not a Regular or a Variant Prefab as expected.
Inherited Members
Namespace: UnityEditor.Sequences
Syntax
public class SequenceAssetException : Exception, ISerializable, _Exception
Constructors
SequenceAssetException(String)
Creates a new SequenceAssetException with a custom message.
Declaration
public SequenceAssetException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message to display in the Console. |