CacheFullException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the queue message cache is full.
[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
- Inheritance
- Attributes
Constructors
CacheFullException() |
Initializes a new instance of the CacheFullException class. |
CacheFullException(SerializationInfo, StreamingContext) | |
CacheFullException(String, Exception) |
Initializes a new instance of the CacheFullException class. |
CacheFullException(String) |
Initializes a new instance of the CacheFullException class. |