Class InvalidConfigTypeException
- Namespace
- Homa.Sdk.Configuration
- Assembly
- Homa.Sdk.Configuration.dll
Exception thrown when a type was expected to be a valid config type, but it is not. A valid config type must have a ConfigAttribute, it must not be a UnityEngine.Object and it must not be abstract.
public class InvalidConfigTypeException : Exception, ISerializable
- Inheritance
-
InvalidConfigTypeException
- Implements
- Inherited Members
Constructors
InvalidConfigTypeException(Type, string)
public InvalidConfigTypeException(Type type, string reason)