다음을 통해 공유


RandomlyInjectedStorageException 생성자

정의

오버로드

RandomlyInjectedStorageException()

RandomlyInjectedStorageException 클래스의 새 인스턴스를 초기화합니다.

RandomlyInjectedStorageException(SerializationInfo, StreamingContext)

RandomlyInjectedStorageException()

Source:
RandomlyInjectedStorageException.cs

RandomlyInjectedStorageException 클래스의 새 인스턴스를 초기화합니다.

public RandomlyInjectedStorageException ();
Public Sub New ()

적용 대상

RandomlyInjectedStorageException(SerializationInfo, StreamingContext)

Source:
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)

매개 변수

적용 대상