MissingPropertyBagException
Initializes a new instance of the MissingPropertyBagException class with a specified type.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
MissingPropertyBagException(Type)
Initializes a new instance of the MissingPropertyBagException class with a specified type.
public MissingPropertyBagException(Type type)
Parameters
The type for which no property bag was found.
MissingPropertyBagException(Type, Exception)
Initializes a new instance of the MissingPropertyBagException class with a specified type and a reference to the inner exception that is the cause of this exception.
public MissingPropertyBagException(Type type, Exception inner)