次の方法で共有


ProviderStateException コンストラクター

定義

オーバーロード

ProviderStateException()
ProviderStateException(String)
ProviderStateException(SerializationInfo, StreamingContext)
ProviderStateException(String, Exception)

ProviderStateException()

ソース:
ProviderStateManager.cs
public ProviderStateException ();
Public Sub New ()

適用対象

ProviderStateException(String)

ソース:
ProviderStateManager.cs
public ProviderStateException (string message);
new Orleans.Providers.ProviderStateException : string -> Orleans.Providers.ProviderStateException
Public Sub New (message As String)

パラメーター

message
String

適用対象

ProviderStateException(SerializationInfo, StreamingContext)

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

パラメーター

適用対象

ProviderStateException(String, Exception)

ソース:
ProviderStateManager.cs
public ProviderStateException (string message, Exception innerException);
new Orleans.Providers.ProviderStateException : string * Exception -> Orleans.Providers.ProviderStateException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象