Class SelectionGroupException
This exception is thrown when user intervention is required during a selection group operation. Eg, adding invalid objects.
Namespace: Unity.SelectionGroupsEditor
Syntax
public class SelectionGroupException : Exception, ISerializable, _Exception
Constructors
SelectionGroupException(String)
Construct exception with error message for user.
Declaration
public SelectionGroupException(string msg)
Parameters
Type | Name | Description |
---|---|---|
String | msg |