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
内部。