Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PoolingException

Represents an Exception thrown by the pooling subsystem.
Read time 1 minuteLast updated 10 days ago

Definition

public class PoolingException : InvalidOperationException, ISerializable

Constructors

Constructor

Description

PoolingException(System.String,System.Type)Creates a instance of a PoolingException.

Properties

Property

Description

PoolTypeGets the type of pool, which threw the exception.

Inheritance