CacheFullException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CacheFullException() |
初始化 CacheFullException 類別的新執行個體。 |
CacheFullException(String) |
初始化 CacheFullException 類別的新執行個體。 |
CacheFullException(SerializationInfo, StreamingContext) | |
CacheFullException(String, Exception) |
初始化 CacheFullException 類別的新執行個體。 |
CacheFullException()
CacheFullException(String)
初始化 CacheFullException 類別的新執行個體。
public CacheFullException (string message);
new Orleans.Streams.CacheFullException : string -> Orleans.Streams.CacheFullException
Public Sub New (message As String)
參數
- message
- String
訊息。
適用於
CacheFullException(SerializationInfo, StreamingContext)
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)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
CacheFullException(String, Exception)
初始化 CacheFullException 類別的新執行個體。
public CacheFullException (string message, Exception inner);
new Orleans.Streams.CacheFullException : string * Exception -> Orleans.Streams.CacheFullException
Public Sub New (message As String, inner As Exception)
參數
- message
- String
訊息。
- inner
- Exception
內部。