Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InvalidContainerTypeException

The exception that is thrown when trying to visit an invalid container type.
Read time 1 minuteLast updated 6 days ago

Definition

public class InvalidContainerTypeException : Exception, ISerializable

Constructors

Constructor

Description

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