C# Class NewTOAPIA.Net.Rtp.PoolExhaustedException

This exception is thrown when the RtpListener runs out of buffers
Inheritance: RtpException
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
PoolExhaustedException ( ) : System
PoolExhaustedException ( string message ) : System
PoolExhaustedException ( string message, Exception inner ) : System

Method Details

PoolExhaustedException() public method

public PoolExhaustedException ( ) : System
return System

PoolExhaustedException() public method

public PoolExhaustedException ( string message ) : System
message string
return System

PoolExhaustedException() public method

public PoolExhaustedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System