共用方式為


CacheFullException 建構函式

定義

多載

CacheFullException()

初始化 CacheFullException 類別的新執行個體。

CacheFullException(String)

初始化 CacheFullException 類別的新執行個體。

CacheFullException(SerializationInfo, StreamingContext)
CacheFullException(String, Exception)

初始化 CacheFullException 類別的新執行個體。

CacheFullException()

來源:
DataNotAvailableException.cs

初始化 CacheFullException 類別的新執行個體。

public CacheFullException ();
Public Sub New ()

適用於

CacheFullException(String)

來源:
DataNotAvailableException.cs

初始化 CacheFullException 類別的新執行個體。

public CacheFullException (string message);
new Orleans.Streams.CacheFullException : string -> Orleans.Streams.CacheFullException
Public Sub New (message As String)

參數

message
String

訊息。

適用於

CacheFullException(SerializationInfo, StreamingContext)

來源:
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)

參數

適用於

CacheFullException(String, Exception)

來源:
DataNotAvailableException.cs

初始化 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

內部。

適用於