PoolingException
Represents an Exception thrown by the pooling subsystem.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Pooling
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: InvalidOperationException
- Implements: ISerializable
public class PoolingException : InvalidOperationException, ISerializable
Constructors
Constructor | Description |
|---|---|
| PoolingException(System.String,System.Type) | Creates a instance of a PoolingException. |
Properties
Property | Description |
|---|---|
| PoolType | Gets the type of pool, which threw the exception. |