Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
ExitGames.Concurrency.Core.QueueFullException Class Reference

Thrown when a queue is full. More...

Inheritance diagram for ExitGames.Concurrency.Core.QueueFullException:

Public Member Functions

 QueueFullException (int depth)
 Construct the execution with the depth of the queue. More...
 
 QueueFullException (string msg)
 Construct with a custom message. More...
 

Properties

int Depth [get]
 Depth of queue. More...
 

Detailed Description

Thrown when a queue is full.

Constructor & Destructor Documentation

◆ QueueFullException() [1/2]

ExitGames.Concurrency.Core.QueueFullException.QueueFullException ( int  depth)
inline

Construct the execution with the depth of the queue.

Parameters
depth

◆ QueueFullException() [2/2]

ExitGames.Concurrency.Core.QueueFullException.QueueFullException ( string  msg)
inline

Construct with a custom message.

Parameters
msg

Property Documentation

◆ Depth

int ExitGames.Concurrency.Core.QueueFullException.Depth
get

Depth of queue.