Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MissingPropertyBagException

The exception that is thrown when trying to visit a container with no property bag.
Read time 1 minuteLast updated 5 days ago

Definition

public class MissingPropertyBagException : Exception, ISerializable

Constructors

Constructor

Description

MissingPropertyBagException(System.Type)Initializes a new instance of the MissingPropertyBagException class with a specified type.
MissingPropertyBagException(System.Type,System.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.

Properties

Property

Description

TypeThe type which triggered the exception.

Inheritance