共用方式為


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

適用於