CacheFullException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que le cache de messages de la file d’attente est plein.
[System.Serializable]
public class CacheFullException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class CacheFullException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type CacheFullException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type CacheFullException = class
inherit OrleansException
Public Class CacheFullException
Inherits OrleansException
Public NotInheritable Class CacheFullException
Inherits OrleansException
- Héritage
- Attributs
Constructeurs
CacheFullException() |
Initialise une nouvelle instance de la classe CacheFullException. |
CacheFullException(SerializationInfo, StreamingContext) |
Indique que le cache de messages de la file d’attente est plein. |
CacheFullException(String, Exception) |
Initialise une nouvelle instance de la classe CacheFullException. |
CacheFullException(String) |
Initialise une nouvelle instance de la classe CacheFullException. |