CacheFullException Constructors
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.
Overloads
CacheFullException() |
Initializes a new instance of the CacheFullException class. |
CacheFullException(String) |
Initializes a new instance of the CacheFullException class. |
CacheFullException(SerializationInfo, StreamingContext) | |
CacheFullException(String, Exception) |
Initializes a new instance of the CacheFullException class. |
CacheFullException()
- Source:
- DataNotAvailableException.cs
Initializes a new instance of the CacheFullException class.
public CacheFullException ();
Public Sub New ()
Applies to
CacheFullException(String)
- Source:
- DataNotAvailableException.cs
Initializes a new instance of the CacheFullException class.
public CacheFullException (string message);
new Orleans.Streams.CacheFullException : string -> Orleans.Streams.CacheFullException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
CacheFullException(SerializationInfo, StreamingContext)
- Source:
- DataNotAvailableException.cs
public CacheFullException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.CacheFullException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.CacheFullException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
CacheFullException(String, Exception)
- Source:
- DataNotAvailableException.cs
Initializes a new instance of the CacheFullException class.
public CacheFullException (string message, Exception inner);
new Orleans.Streams.CacheFullException : string * Exception -> Orleans.Streams.CacheFullException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
The message.
- inner
- Exception
The inner.