次の方法で共有


RandomlyInjectedStorageException コンストラクター

定義

オーバーロード

RandomlyInjectedStorageException()

RandomlyInjectedStorageException クラスの新しいインスタンスを初期化します。

RandomlyInjectedStorageException(SerializationInfo, StreamingContext)

RandomlyInjectedStorageException()

ソース:
RandomlyInjectedStorageException.cs

RandomlyInjectedStorageException クラスの新しいインスタンスを初期化します。

public RandomlyInjectedStorageException ();
Public Sub New ()

適用対象

RandomlyInjectedStorageException(SerializationInfo, StreamingContext)

ソース:
RandomlyInjectedStorageException.cs
protected RandomlyInjectedStorageException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.TestingHost.RandomlyInjectedStorageException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.TestingHost.RandomlyInjectedStorageException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

適用対象