C# Class Amib.Threading.QueueRejectedException

Represents an exception in case the STP queue is full and work item cannot be queued. Relevant when the STP has a queue size limit
Inheritance: System.Exception
Afficher le fichier Open project: amibar/SmartThreadPool

Méthodes publiques

Méthode Description
QueueRejectedException ( ) : System.Runtime.Serialization
QueueRejectedException ( string message ) : System.Runtime.Serialization
QueueRejectedException ( string message, Exception e ) : System.Runtime.Serialization

Method Details

QueueRejectedException() public méthode

public QueueRejectedException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

QueueRejectedException() public méthode

public QueueRejectedException ( string message ) : System.Runtime.Serialization
message string
Résultat System.Runtime.Serialization

QueueRejectedException() public méthode

public QueueRejectedException ( string message, Exception e ) : System.Runtime.Serialization
message string
e System.Exception
Résultat System.Runtime.Serialization